summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2011-04-12 13:50:27 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-02 15:30:08 +0200
commit1606667d3ebd760368b949e0661294874959bb44 (patch)
tree9213d1c5f88ac8afec76ff7b175f2d807b5e567c /tests
parent6319779bedcc590af165e2ed7d3f1ab74d4b2329 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/headersclean/headersclean.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
index d9b6ae3e2a..0f976ffb95 100644
--- a/tests/auto/headersclean/headersclean.pro
+++ b/tests/auto/headersclean/headersclean.pro
@@ -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 \ No newline at end of file
+contains(QT_CONFIG,openvg): QT += openvg
+