summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread/qthread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qthread/qthread.pro')
-rw-r--r--tests/auto/corelib/thread/qthread/qthread.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/corelib/thread/qthread/qthread.pro b/tests/auto/corelib/thread/qthread/qthread.pro
index ae11d719c0..da3be3bf76 100644
--- a/tests/auto/corelib/thread/qthread/qthread.pro
+++ b/tests/auto/corelib/thread/qthread/qthread.pro
@@ -1,4 +1,5 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qthread
SOURCES += tst_qthread.cpp
-QT = core
+QT = core testlib
CONFIG += parallel_test