summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/headersclean
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/headersclean')
-rw-r--r--tests/auto/other/headersclean/headersclean.pro1
-rw-r--r--tests/auto/other/headersclean/tst_headersclean.cpp4
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/other/headersclean/headersclean.pro b/tests/auto/other/headersclean/headersclean.pro
index d18dc1c0a2..39cce8cde0 100644
--- a/tests/auto/other/headersclean/headersclean.pro
+++ b/tests/auto/other/headersclean/headersclean.pro
@@ -1,7 +1,6 @@
load(qttest_p4)
SOURCES += tst_headersclean.cpp
QT = core network xml sql
-CONFIG += uitools
contains(QT_CONFIG,dbus): QT += dbus
contains(QT_CONFIG,opengl): QT += opengl
diff --git a/tests/auto/other/headersclean/tst_headersclean.cpp b/tests/auto/other/headersclean/tst_headersclean.cpp
index 831e7fe50a..4cc11caf71 100644
--- a/tests/auto/other/headersclean/tst_headersclean.cpp
+++ b/tests/auto/other/headersclean/tst_headersclean.cpp
@@ -54,8 +54,6 @@
#include <QtSql/QtSql>
#include <QtGui/QtGui>
-#include <QtUiTools/QtUiTools>
-
#ifndef QT_NO_OPENGL
#include <QtOpenGL/QtOpenGL>
#endif
@@ -72,4 +70,4 @@ public:
};
QTEST_MAIN(tst_HeadersClean)
-#include "tst_headersclean.moc" \ No newline at end of file
+#include "tst_headersclean.moc"