NDSFactory/CMakeUserPresets.json
2024-08-04 20:09:19 +02:00

76 lines
1.8 KiB
JSON

{
"version": 3,
"configurePresets": [
{
"name": "Qt-Debug",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "-DQT_QML_DEBUG"
},
"environment": {
"QML_DEBUG_ARGS": "-qmljsdebugger=file:{f93ee848-589e-4ca8-9f00-8ec9e59822e9},block"
}
},
{
"name": "Qt-Release",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
},
{
"hidden": true,
"name": "Qt-Default",
"inherits": "6.7.2_msvc2019_64",
"vendor": {
"qt-project.org/Default": {
"checksum": "gw/ERk1cQwC3YNpVspzQ2Sww4Qk="
}
}
},
{
"hidden": true,
"name": "6.7.2_msvc2019_64",
"inherits": "Qt",
"environment": {
"QTDIR": "C:/Qt/6.7.2/msvc2019_64"
},
"architecture": {
"strategy": "external",
"value": "x64"
},
"generator": "Ninja",
"vendor": {
"qt-project.org/Version": {
"checksum": "Bix3VTiu0VJT9MULsciS2xuiRSY="
}
}
},
{
"hidden": true,
"name": "QtDesignStudio_qt6_design_studio_reduced_version",
"inherits": "Qt",
"environment": {
"QTDIR": "C:/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version"
},
"architecture": {
"strategy": "external",
"value": "x64"
},
"generator": "Ninja",
"vendor": {
"qt-project.org/Version": {
"checksum": "ygR+cS5HulD9XNDRlzjWPEl2jZo="
}
}
}
],
"vendor": {
"qt-project.org/Presets": {
"checksum": "Uup2yLzTIsD1yvrCY3TjhVEtXMo="
}
}
}