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:{3f7e14e5-0b0a-40bd-b3c6-76458ce37860},block"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Qt-Release",
|
||
|
|
"inherits": "Qt-Default",
|
||
|
|
"binaryDir": "${sourceDir}/out/build/release",
|
||
|
|
"cacheVariables": {
|
||
|
|
"CMAKE_BUILD_TYPE": "Release"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"hidden": true,
|
||
|
|
"name": "Qt-Default",
|
||
|
|
"inherits": "Qt 6.10",
|
||
|
|
"vendor": {
|
||
|
|
"qt-project.org/Default": {
|
||
|
|
"checksum": "v3ctz+mzI1f1qLo6LWnqM6tW8Wg="
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"hidden": true,
|
||
|
|
"name": "Qt 6.10",
|
||
|
|
"inherits": "Qt",
|
||
|
|
"environment": {
|
||
|
|
"QTDIR": "C:/Users/ghostfox.LAMINAX/6.10.0/msvc2022_64"
|
||
|
|
},
|
||
|
|
"architecture": {
|
||
|
|
"strategy": "external",
|
||
|
|
"value": "x64"
|
||
|
|
},
|
||
|
|
"generator": "Ninja",
|
||
|
|
"vendor": {
|
||
|
|
"qt-project.org/Version": {
|
||
|
|
"checksum": "Xah8ShjeYPy6fpnjykj3JE6nE0A="
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"vendor": {
|
||
|
|
"qt-project.org/Presets": {
|
||
|
|
"checksum": "AdCzqFTjZpvbc3nsDUfPr+pX6io="
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|