mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
717a182af8
x64 argument by vcpkg is x86_64 in cmake... Update to Qt 6.3.1
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"version": 4,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 18,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "ScreenPlay_64bit_Debug_Windows",
|
|
"displayName": "ScreenPlay 64bit Debug Windows",
|
|
"description": "Windows only!",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/../build_ScreenPlay_Qt_6_3_0_MSVC2019",
|
|
"architecture": {
|
|
"value": "x64",
|
|
"strategy": "external"
|
|
},
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_PREFIX_PATH": "C:/Qt/6.3.1/msvc2019_64",
|
|
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../ScreenPlay-vcpkg/scripts/buildsystems/vcpkg.cmake",
|
|
"VCPKG_TARGET_TRIPLET": "x64-windows"
|
|
}
|
|
},
|
|
{
|
|
"name": "ScreenPlay_64bit_Debug_Linux",
|
|
"displayName": "ScreenPlay 64bit Debug Linux",
|
|
"description": "Linux only!",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/../build_ScreenPlay_Qt_6_3_0_GCC",
|
|
"architecture": {
|
|
"value": "x64",
|
|
"strategy": "external"
|
|
},
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_PREFIX_PATH": "~/aqt/6.3.1/gcc_64",
|
|
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../ScreenPlay-vcpkg/scripts/buildsystems/vcpkg.cmake",
|
|
"VCPKG_TARGET_TRIPLET": "x64-linux"
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "default",
|
|
"configurePreset": "ScreenPlay_64bit_Debug"
|
|
}
|
|
]
|
|
} |