don't rely on transitive dependencies

Change-Id: Ide872b452e02ebefb3eeb51464c8d59e8bf58bc4
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2015-12-17 11:58:25 +01:00
parent 9d0181f0f7
commit 5783a915c4
6 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
mac {
HEADERS += $$PWD/qmacmime_p.h
OBJECTIVE_SOURCES += $$PWD/qmacmime.mm
osx: LIBS_PRIVATE += -framework AppKit
}

View File

@ -3,6 +3,8 @@ SOURCES += ../tst_qclipboard.cpp
TARGET = ../tst_qclipboard
QT += testlib
osx: LIBS += -framework AppKit
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qclipboard

View File

@ -6,5 +6,7 @@ HEADERS += guitest.h
QT = core-private widgets-private testlib
osx: LIBS += -framework ApplicationServices
requires(mac)
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

View File

@ -3,3 +3,4 @@ TARGET = tst_qlineedit
QT += gui-private core-private widgets widgets-private testlib
SOURCES += tst_qlineedit.cpp
osx: LIBS += -framework AppKit

View File

@ -9,3 +9,4 @@ INCLUDEPATH += ../
HEADERS +=
SOURCES += tst_qplaintextedit.cpp
osx: LIBS += -framework AppKit

View File

@ -4,3 +4,5 @@ TARGET = tst_qtextedit
QT += widgets widgets-private gui-private core-private testlib
SOURCES += tst_qtextedit.cpp
osx: LIBS += -framework AppKit