summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlist/qlist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlist/qlist.pro')
-rw-r--r--tests/auto/qlist/qlist.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qlist/qlist.pro b/tests/auto/qlist/qlist.pro
index be599b7b85..470b3cc25b 100644
--- a/tests/auto/qlist/qlist.pro
+++ b/tests/auto/qlist/qlist.pro
@@ -1,5 +1,5 @@
-load(qttest_p4)
-SOURCES += tst_qlist.cpp
-
-
+CONFIG += testcase
+TARGET = tst_qlist
+QT = core testlib
+SOURCES += tst_qlist.cpp