759ccf30dd
Qt5 .pro file: - Replace hardcoded /home/panda/ paths with $$PWD-relative paths - All SOURCES/HEADERS/FORMS/INCLUDEPATH use $$PWD for shadow build safety - Fixes qmake path resolution from any working directory QT source content: - Rename Ventoy2DiskWindow → Hiperiso2DiskWindow (class, UI, translation context) - Rename VTOY_* macros → HISO_* (JSON_FMT, DEVICE_USB, EFI_PART_BYTES) - Rename vtoydata → hisodata (struct field) - Zero Ventoy/ventoy/VTOY/vtoy references remain in QT source Plugson www and assets/webui: - Rename all ventoy/vtoy → hiperiso/hiso in HTML, JS, CSS - Fix critical AJAX endpoint mismatch: /vtoy/json → /hiso/json (C backend already used /hiso/json, JS was stale) Build artifacts cleanup: - Remove stale QT/build/ and .pro.user from git - Add to .gitignore Verified: Full build_gui_all.sh succeeds — Qt5 (199K), GTK3 (383K), WebUI (247K), Plugson (245K), hisocli (52K), hisolnk (18K)