Moved QtUiTools to CONFIG
QtUiTools is a staic library now. If this is added to QT variable qmake will treat this as a framework on Mac. This patch is to avoid that.bb10
parent
6319779bed
commit
1606667d3e
|
|
@ -1,7 +1,9 @@
|
|||
load(qttest_p4)
|
||||
SOURCES += tst_headersclean.cpp
|
||||
QT = core network xml sql uitools
|
||||
QT = core network xml sql
|
||||
CONFIG += uitools
|
||||
|
||||
contains(QT_CONFIG,dbus): QT += dbus
|
||||
contains(QT_CONFIG,opengl): QT += opengl
|
||||
contains(QT_CONFIG,openvg): QT += openvg
|
||||
contains(QT_CONFIG,openvg): QT += openvg
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue