summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlschema/qxmlschema.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlschema/qxmlschema.pro')
-rw-r--r--tests/auto/qxmlschema/qxmlschema.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qxmlschema/qxmlschema.pro b/tests/auto/qxmlschema/qxmlschema.pro
index f5abe4fd09..93238bc054 100644
--- a/tests/auto/qxmlschema/qxmlschema.pro
+++ b/tests/auto/qxmlschema/qxmlschema.pro
@@ -1,5 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
+
+TARGET = tst_qxmlschema
+QT += network testlib
SOURCES += tst_qxmlschema.cpp
-QT += network
include (../xmlpatterns.pri)