60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "Debug-x64",
|
|
"displayName": "Debug (x64)",
|
|
"binaryDir": "${sourceDir}/out/build/debug",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
},
|
|
"inherits": [
|
|
"Qt-Default"
|
|
]
|
|
},
|
|
{
|
|
"name": "Release-x64",
|
|
"displayName": "Release (x64)",
|
|
"binaryDir": "${sourceDir}/out/build/release",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
},
|
|
"inherits": [
|
|
"Qt-Default"
|
|
]
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "Qt-Default",
|
|
"inherits": "Qt6_msvc2022_64",
|
|
"vendor": {
|
|
"qt-project.org/Default": {
|
|
"checksum": "976Pn2eYm5E5Y4HL6Z+8qkbnJAs="
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"hidden": true,
|
|
"name": "Qt6_msvc2022_64",
|
|
"inherits": "Qt",
|
|
"environment": {
|
|
"QTDIR": "D:/Dev/Qt6/msvc2022_64"
|
|
},
|
|
"architecture": {
|
|
"strategy": "external",
|
|
"value": "x64"
|
|
},
|
|
"generator": "Ninja",
|
|
"vendor": {
|
|
"qt-project.org/Version": {
|
|
"checksum": "ymjJj8izmTr4fYiat3sCfIwY424="
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"vendor": {
|
|
"qt-project.org/Presets": {
|
|
"checksum": "e87AwgwSE1IKoagovHrM8pEnc+U="
|
|
}
|
|
}
|
|
} |