aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.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/declarative.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/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index b92dd4229d..4bda9422d9 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -7,14 +7,14 @@ METATYPETESTS += \
PUBLICTESTS += \
# examples \
geometry \
-# nodes \
+ nodes \
parserstress \
qdeclarativecomponent \
qdeclarativecontext \
qdeclarativeengine \
qdeclarativeerror \
qdeclarativefolderlistmodel \
-# qdeclarativeinfo \
+ qdeclarativeinfo \
qdeclarativelistreference \
qdeclarativemoduleplugin \
qdeclarativepixmapcache \
@@ -35,7 +35,7 @@ PRIVATETESTS += \
qdeclarativedebugclient \
qdeclarativedebugservice \
# qdeclarativedebugjs \
-# qdeclarativeecmascript \
+ qdeclarativeecmascript \
qdeclarativeimageprovider \
qdeclarativeinstruction \
qdeclarativelanguage \
@@ -47,7 +47,7 @@ PRIVATETESTS += \
qdeclarativespringanimation \
qdeclarativestyledtext \
qdeclarativesqldatabase \
-# qdeclarativestates \
+ qdeclarativestates \
# qdeclarativesystempalette \
qdeclarativetimer \
qdeclarativevaluetypes \