1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +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"
],
"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_TARGET_TRIPLET": "64-osx-universal"
}
@ -42,12 +42,12 @@
]
},
{
"name": "mac-clang-profile",
"binaryDir": "${sourceDir}/../build_ScreenPlay_Clang_Profile",
"name": "mac-clang-relwithdebinfo",
"binaryDir": "${sourceDir}/../build_ScreenPlay_Clang_RelWithDebInfo",
"inherits": [
"config-develop",
"mac-clang-base",
"profile"
"relwithdebinfo"
]
},
{