Testlib: Remove remains of qpa.

Link ApplicationServices in the non-qpa case (CoreServices
present).

Change-Id: I7555243aa480a7a4db84731a797924a97bf200cd
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
bb10
Friedemann Kleint 2011-11-01 08:42:14 +01:00 committed by Qt by Nokia
parent e9b5cd0266
commit ebc28a2ee8
1 changed files with 4 additions and 4 deletions

View File

@ -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
}