summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2015-03-30 15:12:40 +0200
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2015-03-30 13:26:58 +0000
commitdce3561aa9b5e3a88149e7ce2a44674002d4aac8 (patch)
tree43ebc926d73e51b26a2019000df1099ad845d493 /mkspecs
parent6b19eec63190c385a465c29b1f811214c6257034 (diff)
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>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/xctest.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/xctest.prf b/mkspecs/features/xctest.prf
index 540c7590ad..4b84682df7 100644
--- a/mkspecs/features/xctest.prf
+++ b/mkspecs/features/xctest.prf
@@ -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.