summaryrefslogtreecommitdiff
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.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/checkxmlfiles/checkxmlfiles.pro b/tests/auto/checkxmlfiles/checkxmlfiles.pro
index 55e27a7..3f0122b 100644
--- a/tests/auto/checkxmlfiles/checkxmlfiles.pro
+++ b/tests/auto/checkxmlfiles/checkxmlfiles.pro
@@ -1,8 +1,8 @@
-load(qttest_p4)
+TARGET = tst_checkxmlfiles
+CONFIG += testcase
SOURCES += tst_checkxmlfiles.cpp \
../qxmlquery/TestFundament.cpp
-CONFIG += qtestlib
-QT -= gui
+QT = core gui testlib
include (../xmlpatterns.pri)