diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2012-02-20 21:27:11 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-22 16:19:16 +0100 |
commit | e1c0047c6b50dd28f61fb94bed50810a8ce7b48d (patch) | |
tree | 27390a5a9276ab7c1767c1d964eb2c51d79e1590 /tests/auto/qscriptjstestsuite | |
parent | 093031257da7d72572bcee3ead931d83fcdd69d2 (diff) | |
download | qtscript-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.pro | 2 |
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) |