aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2011-09-16 14:49:57 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-16 16:22:26 +0200
commitbdf09f2dbb5e747f627da39428ca068f65898f7c (patch)
treebf464bbffc8bd9114a2017bd67f70eb7699b56b6
parentbdd4b5f26398a64dc08856d66d7bfa522cb7a72f (diff)
Re-enable commented QJS tests.
The tests used QWidget class so widgets library have to be added to pro file. QJSValue test already had it. Change-Id: Ib93b2e9b84dea76f5121378c13cc0e1921a4ebd9 Reviewed-on: http://codereview.qt-project.org/5101 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
-rw-r--r--tests/auto/declarative/declarative.pro4
-rw-r--r--tests/auto/declarative/qjsengine/qjsengine.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 33c69807bb..b92dd4229d 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -21,9 +21,9 @@ PUBLICTESTS += \
qdeclarativeqt \
qdeclarativetranslation \
qdeclarativexmlhttprequest \
-# qjsvalue \
+ qjsvalue \
qjsvalueiterator \
-# qjsengine
+ qjsengine
PRIVATETESTS += \
qdeclarativeanimations \
diff --git a/tests/auto/declarative/qjsengine/qjsengine.pro b/tests/auto/declarative/qjsengine/qjsengine.pro
index 71c4aba98e..10d75b4ede 100644
--- a/tests/auto/declarative/qjsengine/qjsengine.pro
+++ b/tests/auto/declarative/qjsengine/qjsengine.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT += declarative
+QT += declarative widgets
macx:CONFIG -= app_bundle
SOURCES += tst_qjsengine.cpp
#temporary