summaryrefslogtreecommitdiffstats
path: root/tests/auto/checkxmlfiles/checkxmlfiles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/checkxmlfiles/checkxmlfiles.pro')
-rw-r--r--tests/auto/checkxmlfiles/checkxmlfiles.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/checkxmlfiles/checkxmlfiles.pro b/tests/auto/checkxmlfiles/checkxmlfiles.pro
index ab932f51d2..5bbfd6cb14 100644
--- a/tests/auto/checkxmlfiles/checkxmlfiles.pro
+++ b/tests/auto/checkxmlfiles/checkxmlfiles.pro
@@ -1,8 +1,9 @@
-load(qttest_p4)
+CONFIG += testcase
+
+TARGET = tst_checkxmlfiles
+QT = core testlib
SOURCES += tst_checkxmlfiles.cpp \
../qxmlquery/TestFundament.cpp
-CONFIG += qtestlib
-QT -= gui
include (../xmlpatterns.pri)