mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-13 16:41:48 +08:00
76 lines
1.7 KiB
JSON
76 lines
1.7 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:{74e0e0b6-0fbf-4a0d-93e9-c8349734743b},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.0",
|
|
"vendor": {
|
|
"qt-project.org/Default": {
|
|
"checksum": "ogzyvXATpX3FyMqBErb6IpyYPKI="
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "5.14.0",
|
|
"inherits": "Qt",
|
|
"environment": {
|
|
"QTDIR": "E:/Qt/Qt5.14.0/5.14.0/msvc2017_64"
|
|
},
|
|
"architecture": {
|
|
"strategy": "external",
|
|
"value": "x64"
|
|
},
|
|
"generator": "Ninja",
|
|
"vendor": {
|
|
"qt-project.org/Version": {
|
|
"checksum": "3cWOu5Lvdo5oEp6qU2AAXDl3CO8="
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "6.9.0",
|
|
"inherits": "Qt",
|
|
"environment": {
|
|
"QTDIR": "E:/Qt/Qt6.9.0/6.9.0/msvc2022_64"
|
|
},
|
|
"architecture": {
|
|
"strategy": "external",
|
|
"value": "x64"
|
|
},
|
|
"generator": "Ninja",
|
|
"vendor": {
|
|
"qt-project.org/Version": {
|
|
"checksum": "5GMO6/002JUUngppM/iaIHJADvk="
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"vendor": {
|
|
"qt-project.org/Presets": {
|
|
"checksum": "Dlc1I+gqV2Q029C9SawBnzSygCA="
|
|
}
|
|
}
|
|
} |