summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlitem/qxmlitem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlitem/qxmlitem.pro')
-rw-r--r--tests/auto/qxmlitem/qxmlitem.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qxmlitem/qxmlitem.pro b/tests/auto/qxmlitem/qxmlitem.pro
index 54c8969a9f..0afd674f87 100644
--- a/tests/auto/qxmlitem/qxmlitem.pro
+++ b/tests/auto/qxmlitem/qxmlitem.pro
@@ -1,4 +1,7 @@
-load(qttest_p4)
+CONFIG += testcase
+
+TARGET = tst_qxmlitem
+QT += testlib
SOURCES += tst_qxmlitem.cpp
include (../xmlpatterns.pri)