From ebc28a2ee83ff6ccfadc08dd5407ab9b2766b5b9 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 1 Nov 2011 08:42:14 +0100 Subject: Testlib: Remove remains of qpa. Link ApplicationServices in the non-qpa case (CoreServices present). Change-Id: I7555243aa480a7a4db84731a797924a97bf200cd Reviewed-by: Jason McDonald --- src/testlib/testlib.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index 71955fc3a6..26769f95db 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -63,12 +63,12 @@ wince*::LIBS += libcmt.lib \ commctrl.lib \ coredll.lib \ winsock.lib -mac:LIBS += -framework IOKit \ - -framework Security -!qpa:mac: LIBS += -framework ApplicationServices -qpa:mac: { + +mac { + LIBS += -framework IOKit -framework Security contains(QT_CONFIG, coreservices) { LIBS_PRIVATE += -framework CoreServices + LIBS += -framework ApplicationServices } else { LIBS_PRIVATE += -framework CoreFoundation } -- cgit v1.2.3