testlib: Don't limit linking to XCTest to Xcode projects

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>
Tor Arne Vestbø 2015-03-30 15:12:40 +02:00 committed by Tor Arne Vestbø
parent 6b19eec631
commit dce3561aa9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
equals(TEMPLATE, app):macx-xcode {
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.