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