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