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