Files
opencam/opencamcpp/CMakeUserPresets.json
2025-02-27 16:04:23 +01:00

40 lines
924 B
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:{ff00bfed-29c2-47f8-b4aa-00b2873b1a26},block"
}
},
{
"name": "Qt-Release",
"inherits": "Qt-Default",
"binaryDir": "${sourceDir}/out/build/release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
},
{
"hidden": true,
"name": "Qt-Default",
"inherits": null,
"vendor": {
"qt-project.org/Default": {
"checksum": "VoalogTkyWuFomeO1TLFx0olLJ4="
}
}
}
],
"vendor": {
"qt-project.org/Presets": {
"checksum": "azRZtZDqJVYwlIJYZufPfOYPwkE="
}
}
}