summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsvgdevice/qsvgdevice.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsvgdevice/qsvgdevice.pro')
-rw-r--r--tests/auto/qsvgdevice/qsvgdevice.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/auto/qsvgdevice/qsvgdevice.pro b/tests/auto/qsvgdevice/qsvgdevice.pro
index 7eed6c8545..388379a311 100644
--- a/tests/auto/qsvgdevice/qsvgdevice.pro
+++ b/tests/auto/qsvgdevice/qsvgdevice.pro
@@ -1,6 +1,5 @@
-load(qttest_p4)
-SOURCES += tst_qsvgdevice.cpp
-QT += xml
-
-
+CONFIG += testcase
+TARGET = tst_qsvgdevice
+QT += xml testlib
+SOURCES += tst_qsvgdevice.cpp