summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/xctest.prf
blob: 540c7590adb767130b22a984af72633de444eaf8 (plain)
1
2
3
4
5
6
equals(TEMPLATE, app):macx-xcode {
    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.
    QMAKE_LFLAGS += -F$${QMAKE_MAC_SDK_PLATFORM_PATH}/Developer/Library/Frameworks -weak_framework XCTest
}