summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-05-04 10:08:23 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-05-04 10:08:23 +0200
commit9c6347f24509bff1dc6b87493adf487c22092990 (patch)
tree4306abcc0a1b3c1266ed84fe4ec297f4d7c706ba /tests
parent72395bc540c60d9966788817c08cd3e126a40f97 (diff)
parent99454287bffcfcf7b0c2c658bea95d8543d2b118 (diff)
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-staging
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
+