diff options
Diffstat (limited to 'tests/auto/qregexp/qregexp.pro')
-rw-r--r-- | tests/auto/qregexp/qregexp.pro | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/auto/qregexp/qregexp.pro b/tests/auto/qregexp/qregexp.pro index e0fef12..9630235 100644 --- a/tests/auto/qregexp/qregexp.pro +++ b/tests/auto/qregexp/qregexp.pro @@ -1,9 +1,7 @@ -load(qttest_p4) +CONFIG += testcase +TARGET = tst_qregexp -QT = core - - -QT = core +QT = core testlib SOURCES += tst_qregexp.cpp CONFIG += parallel_test |