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