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
Prasanth Ullattil 2011-04-12 13:50:27 +02:00 committed by Olivier Goffart
parent 6319779bed
commit 1606667d3e
1 changed files with 4 additions and 2 deletions

View File

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