dce3561aa9
Applications built using the regular makefile generator also need to link to XCTest, as the library is referenced from qxctestlogger.mm Change-Id: Iedbb5c6a2811fd904d75abc20f4e39440e44e748 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
7 lines
306 B
Plaintext
7 lines
306 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.
|
|
QMAKE_LFLAGS += -F$${QMAKE_MAC_SDK_PLATFORM_PATH}/Developer/Library/Frameworks -weak_framework XCTest
|
|
}
|