diff options
Diffstat (limited to 'tests/auto/qthreadpool/qthreadpool.pro')
-rw-r--r-- | tests/auto/qthreadpool/qthreadpool.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qthreadpool/qthreadpool.pro b/tests/auto/qthreadpool/qthreadpool.pro index dbaeb20..df13d5f 100644 --- a/tests/auto/qthreadpool/qthreadpool.pro +++ b/tests/auto/qthreadpool/qthreadpool.pro @@ -1,4 +1,5 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qthreadpool SOURCES += tst_qthreadpool.cpp -QT = core +QT = core testlib CONFIG += parallel_test |