aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2011-09-16 16:34:27 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-16 17:27:46 +0200
commit99b8e14a69bc33033d6ae6a9d49cd884edbdcaa8 (patch)
tree00238d3e146ae7cf455ac4da068a8ba8035f0eb2 /tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
parentbdf09f2dbb5e747f627da39428ca068f65898f7c (diff)
Re-enable commented tests.
The tests used QWidget class so widgets library have to be added to pro file. QDeclarativestates works fine. Change-Id: I55c0798a37c3a894b774ba71671569fe007a49d7 Reviewed-on: http://codereview.qt-project.org/5104 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
index afdeadb232..981cad5036 100644
--- a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
+++ b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative network
+contains(QT_CONFIG,declarative): QT += declarative network widgets
macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativeecmascript.cpp \