diff options
Diffstat (limited to 'tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro')
-rw-r--r-- | tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro b/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro index 498fc1acbb..4f7cd3a1d9 100644 --- a/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro +++ b/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro @@ -1,5 +1,7 @@ -load(qttest_p4) -QT = core script +CONFIG += testcase + +TARGET = tst_qscriptv8testsuite +QT = core script testlib SOURCES += tst_qscriptv8testsuite.cpp RESOURCES += qscriptv8testsuite.qrc include(abstracttestsuite.pri) |