mirror of https://github.com/Muggle345/PKGInstall
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "Qt-Debug",
|
|
"inherits": "Qt-Default",
|
|
"binaryDir": "${sourceDir}/out/build/debug",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_CXX_FLAGS": "-DQT_QML_DEBUG"
|
|
},
|
|
"environment": {
|
|
"QML_DEBUG_ARGS": "-qmljsdebugger=file:{f7004220-2768-4d15-9d97-f594192a7a4b},block"
|
|
}
|
|
},
|
|
{
|
|
"name": "Qt-Release",
|
|
"inherits": "Qt-Default",
|
|
"binaryDir": "${sourceDir}/out/build/release",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "Qt-Default",
|
|
"inherits": "6.9.2_msvc2022_64",
|
|
"vendor": {
|
|
"qt-project.org/Default": {
|
|
"checksum": "jhm0eIMTyiLmqGPHQUjKB7uUdQ4="
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "6.9.2_msvc2022_64",
|
|
"inherits": "Qt",
|
|
"environment": {
|
|
"QTDIR": "C:/Qt/6.9.2/msvc2022_64"
|
|
},
|
|
"architecture": {
|
|
"strategy": "external",
|
|
"value": "x64"
|
|
},
|
|
"generator": "Ninja",
|
|
"vendor": {
|
|
"qt-project.org/Version": {
|
|
"checksum": "1tC8/DYUin+OhCBg2HAFsCfIVkY="
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"vendor": {
|
|
"qt-project.org/Presets": {
|
|
"checksum": "vcy4AgYtMP5oFPGo4uQQdc7ONco="
|
|
}
|
|
}
|
|
} |