summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptjstestsuite
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-02-20 21:27:11 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-22 16:19:16 +0100
commite1c0047c6b50dd28f61fb94bed50810a8ce7b48d (patch)
tree27390a5a9276ab7c1767c1d964eb2c51d79e1590 /tests/auto/qscriptjstestsuite
parent093031257da7d72572bcee3ead931d83fcdd69d2 (diff)
downloadqtscript-e1c0047c6b50dd28f61fb94bed50810a8ce7b48d.tar.gz
Port QtScript autotests to QMetaObjectBuilder
The tests were using a custom meta-object builder that generated meta-objects of an old revision. Kill the custom builder and use QMOB instead. Change-Id: I4eeb6f08474f780dead13fc1a9e3605b93973672 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
Diffstat (limited to 'tests/auto/qscriptjstestsuite')
-rw-r--r--tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
index 86a928b..90bf4b2 100644
--- a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
+++ b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
@@ -1,6 +1,6 @@
TARGET = tst_qscriptjstestsuite
CONFIG += testcase
-QT = core script testlib
+QT = core-private script testlib
SOURCES += tst_qscriptjstestsuite.cpp
RESOURCES += qscriptjstestsuite.qrc
include(../qscriptv8testsuite/abstracttestsuite.pri)