Add CMake Presets for Qt build and add auto-detection for Qt in Windows (#3141)

* add CMakePresets.json

* Update REUSE.toml

* fix vs

* impl

* adjust CMakeSettings.json

* add FindQt.cmake to reuse

* rename cmake file, add check before running cmake and add inheritation to presets

* add error check in cmake

* cleanup

* degrade not detected message and search only for x64 Qt
This commit is contained in:
Fire Cube
2025-06-25 16:02:02 +02:00
committed by GitHub
parent 075d6425e2
commit 6eaec7a004
5 changed files with 132 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ path = [
"REUSE.toml",
"crowdin.yml",
"CMakeSettings.json",
"CMakePresets.json",
".github/FUNDING.yml",
".github/shadps4.png",
".github/workflows/scripts/update_translation.sh",