Re-enable commented QJS tests.
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>
Fri, 16 Sep 2011 12:49:57 +0000 (14:49 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 16 Sep 2011 14:22:26 +0000 (16:22 +0200)
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>
tests/auto/declarative/declarative.pro
tests/auto/declarative/qjsengine/qjsengine.pro

index 33c6980..b92dd42 100644 (file)
@@ -21,9 +21,9 @@ PUBLICTESTS += \
     qdeclarativeqt \
     qdeclarativetranslation \
     qdeclarativexmlhttprequest \
-#   qjsvalue \
+    qjsvalue \
     qjsvalueiterator \
-#   qjsengine
+    qjsengine
 
 PRIVATETESTS += \
     qdeclarativeanimations \
index 71c4aba..10d75b4 100644 (file)
@@ -1,5 +1,5 @@
 load(qttest_p4)
-QT += declarative
+QT += declarative widgets
 macx:CONFIG -= app_bundle
 SOURCES += tst_qjsengine.cpp
 #temporary