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
parent
e9b5cd0266
commit
ebc28a2ee8
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue