1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Fix macos Qt path

This commit is contained in:
Elias Steurer 2024-02-02 15:30:39 +01:00
parent eae7a1f8f8
commit f1607b0a0c

View File

@ -18,7 +18,7 @@
"host-mac" "host-mac"
], ],
"cacheVariables": { "cacheVariables": {
"CMAKE_PREFIX_PATH": "${sourceDir}/../aqt/6.6.1/gcc_64", "CMAKE_PREFIX_PATH": "${sourceDir}/../aqt/6.6.1/macos",
"VCPKG_OSX_ARCHITECTURES": "arm64;x86_64", "VCPKG_OSX_ARCHITECTURES": "arm64;x86_64",
"VCPKG_TARGET_TRIPLET": "64-osx-universal" "VCPKG_TARGET_TRIPLET": "64-osx-universal"
} }
@ -42,12 +42,12 @@
] ]
}, },
{ {
"name": "mac-clang-profile", "name": "mac-clang-relwithdebinfo",
"binaryDir": "${sourceDir}/../build_ScreenPlay_Clang_Profile", "binaryDir": "${sourceDir}/../build_ScreenPlay_Clang_RelWithDebInfo",
"inherits": [ "inherits": [
"config-develop", "config-develop",
"mac-clang-base", "mac-clang-base",
"profile" "relwithdebinfo"
] ]
}, },
{ {