1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Add default-qt6-windows cmake config.

This commit is contained in:
Jon Beniston 2024-10-11 15:23:39 +01:00
parent 558730eb74
commit 91be77909d

View File

@ -80,6 +80,15 @@
"cacheVariables": { "cacheVariables": {
"ENABLE_QT6": "ON" "ENABLE_QT6": "ON"
} }
},
{
"name": "default-qt6-windows",
"inherits": "default-windows",
"binaryDir": "${sourceDir}/build-qt6",
"cacheVariables": {
"ENABLE_QT6": "ON",
"CMAKE_PREFIX_PATH": "C:/Qt/6.7.3/msvc2022_64;C:/Applications/boost_1_81_0"
}
} }
], ],
"buildPresets": [ "buildPresets": [
@ -94,6 +103,10 @@
{ {
"name": "default-qt6", "name": "default-qt6",
"configurePreset": "default-qt6" "configurePreset": "default-qt6"
},
{
"name": "default-qt6-windows",
"configurePreset": "default-qt6-windows"
} }
] ]
} }