mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Fix macos Qt path
This commit is contained in:
parent
eae7a1f8f8
commit
f1607b0a0c
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user