mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
8 lines
355 B
Plaintext
8 lines
355 B
Plaintext
|
equals(TEMPLATE, app) {
|
||
|
load(sdk)
|
||
|
# Make the XCTest framework available. This is normally handled automatically
|
||
|
# by Xcode based on heuristics, but we need to explicitly link to XCTest.
|
||
|
!isEmpty(QMAKE_MAC_SDK_PLATFORM_PATH): \
|
||
|
QMAKE_LFLAGS += -F$${QMAKE_MAC_SDK_PLATFORM_PATH}/Developer/Library/Frameworks -weak_framework XCTest
|
||
|
}
|