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