First Commit

This commit is contained in:
2025-11-18 14:18:26 -07:00
parent 33eb6e3707
commit 27277ec342
6106 changed files with 3571167 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"version": 2,
"configurePresets": [
{
"name": "dev6-custom-qt",
"binaryDir": "${sourceDir}/build-dev6-custom-qt",
"description": "Preset which hardcodes Qt location instead of relying on PATH",
"cacheVariables": {
"CMAKE_PREFIX_PATH": "/data/installation/qt/qt6-dev/"
},
"inherits": [
"dev6"
]
},
{
"name": "dev-asan6-custom-qt",
"binaryDir": "${sourceDir}/build-dev-asan6-custom-qt",
"description": "Preset which hardcodes Qt location instead of relying on PATH",
"cacheVariables": {
"CMAKE_PREFIX_PATH": "/data/installation/qt/qt6-dev/"
},
"inherits": [
"dev-asan6"
]
}
]
}