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