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:
parent
9d0181f0f7
commit
5783a915c4
@ -1,5 +1,7 @@
|
||||
mac {
|
||||
HEADERS += $$PWD/qmacmime_p.h
|
||||
OBJECTIVE_SOURCES += $$PWD/qmacmime.mm
|
||||
|
||||
osx: LIBS_PRIVATE += -framework AppKit
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -3,3 +3,4 @@ TARGET = tst_qlineedit
|
||||
QT += gui-private core-private widgets widgets-private testlib
|
||||
SOURCES += tst_qlineedit.cpp
|
||||
|
||||
osx: LIBS += -framework AppKit
|
||||
|
@ -9,3 +9,4 @@ INCLUDEPATH += ../
|
||||
HEADERS +=
|
||||
SOURCES += tst_qplaintextedit.cpp
|
||||
|
||||
osx: LIBS += -framework AppKit
|
||||
|
@ -4,3 +4,5 @@ TARGET = tst_qtextedit
|
||||
QT += widgets widgets-private gui-private core-private testlib
|
||||
|
||||
SOURCES += tst_qtextedit.cpp
|
||||
|
||||
osx: LIBS += -framework AppKit
|
||||
|
Loading…
Reference in New Issue
Block a user