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