diff options
Diffstat (limited to 'tests/auto/qtimer/qtimer.pro')
-rw-r--r-- | tests/auto/qtimer/qtimer.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qtimer/qtimer.pro b/tests/auto/qtimer/qtimer.pro index 086df1d..1b24228 100644 --- a/tests/auto/qtimer/qtimer.pro +++ b/tests/auto/qtimer/qtimer.pro @@ -1,5 +1,5 @@ -load(qttest_p4) -QT = core +CONFIG += testcase +TARGET = tst_qtimer +QT = core testlib SOURCES += tst_qtimer.cpp -QT = core CONFIG += parallel_test |