From dce3561aa9b5e3a88149e7ce2a44674002d4aac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 30 Mar 2015 15:12:40 +0200 Subject: [PATCH] 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 --- mkspecs/features/xctest.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.