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