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)
33 lines
343 B
Plaintext
33 lines
343 B
Plaintext
# Build artifacts
|
|
/build/
|
|
/grub2/
|
|
*.o
|
|
*.obj
|
|
*.mod
|
|
*.module
|
|
*.elf
|
|
*.exec
|
|
*.img
|
|
*.iso
|
|
*.cpio.gz
|
|
*.tar.xz
|
|
*.tar.gz
|
|
!vendor/grub2-modsrc.tar.xz
|
|
|
|
# Reference / upstream source (fetched at build time)
|
|
reference/
|
|
clean/
|
|
|
|
# Internal state
|
|
.sisyphus/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*.pro.user
|
|
src/gui/QT/build/
|
|
src/gui/QT/build_output/
|