diff options
Diffstat (limited to 'tests/auto/qmath/qmath.pro')
-rw-r--r-- | tests/auto/qmath/qmath.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qmath/qmath.pro b/tests/auto/qmath/qmath.pro index e5784ce..90e61d7 100644 --- a/tests/auto/qmath/qmath.pro +++ b/tests/auto/qmath/qmath.pro @@ -1,7 +1,7 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qmath -QT = core +QT = core testlib SOURCES += tst_qmath.cpp -QT = core CONFIG += parallel_test |