2026-07-14 01:37:06 +00:00
|
|
|
{
|
|
|
|
|
"version": 3,
|
|
|
|
|
"configurePresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "windows-x64-base",
|
|
|
|
|
"displayName": "Windows x64 Base",
|
|
|
|
|
"description": "Windows x64 build with Visual Studio 2022.",
|
|
|
|
|
"hidden": true,
|
|
|
|
|
"generator": "Visual Studio 17 2022",
|
|
|
|
|
"architecture": {
|
|
|
|
|
"value": "x64",
|
|
|
|
|
"strategy": "set"
|
|
|
|
|
},
|
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
|
"installDir": "${sourceDir}/out/install/${presetName}",
|
|
|
|
|
"condition": {
|
|
|
|
|
"type": "equals",
|
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
|
"rhs": "Windows"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-14 08:39:41 +00:00
|
|
|
{
|
|
|
|
|
"name": "linux-x64-base",
|
|
|
|
|
"displayName": "Linux x64 Base",
|
|
|
|
|
"description": "Linux x64 build with system Qt and OpenSSL.",
|
|
|
|
|
"hidden": true,
|
|
|
|
|
"generator": "Unix Makefiles",
|
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
|
"installDir": "${sourceDir}/out/install/${presetName}",
|
|
|
|
|
"condition": {
|
|
|
|
|
"type": "equals",
|
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
|
"rhs": "Linux"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-14 01:37:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "x64-debug",
|
|
|
|
|
"displayName": "x64 Debug",
|
|
|
|
|
"description": "Debug build for Windows x64.",
|
|
|
|
|
"inherits": "windows-x64-base",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_CONFIGURATION_TYPES": "Debug",
|
|
|
|
|
"CMAKE_INSTALL_CONFIG_NAME": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-release",
|
|
|
|
|
"displayName": "x64 Release",
|
|
|
|
|
"description": "Release build for Windows x64.",
|
|
|
|
|
"inherits": "windows-x64-base",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_CONFIGURATION_TYPES": "Release",
|
|
|
|
|
"CMAKE_INSTALL_CONFIG_NAME": "Release"
|
|
|
|
|
}
|
2026-07-14 08:39:41 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "linux-x64-debug",
|
|
|
|
|
"displayName": "Linux x64 Debug",
|
|
|
|
|
"description": "Debug build for Linux x64.",
|
|
|
|
|
"inherits": "linux-x64-base",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "linux-x64-release",
|
|
|
|
|
"displayName": "Linux x64 Release",
|
|
|
|
|
"description": "Release build for Linux x64.",
|
|
|
|
|
"inherits": "linux-x64-base",
|
|
|
|
|
"cacheVariables": {
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release"
|
|
|
|
|
}
|
2026-07-14 01:37:06 +00:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildPresets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-debug",
|
|
|
|
|
"displayName": "x64 Debug",
|
|
|
|
|
"configurePreset": "x64-debug",
|
|
|
|
|
"configuration": "Debug"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-release",
|
|
|
|
|
"displayName": "x64 Release",
|
|
|
|
|
"configurePreset": "x64-release",
|
|
|
|
|
"configuration": "Release"
|
2026-07-14 08:39:41 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "linux-x64-debug",
|
|
|
|
|
"displayName": "Linux x64 Debug",
|
|
|
|
|
"configurePreset": "linux-x64-debug"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "linux-x64-release",
|
|
|
|
|
"displayName": "Linux x64 Release",
|
|
|
|
|
"configurePreset": "linux-x64-release"
|
2026-07-14 01:37:06 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|