From: Jędrzej Nowacki Date: Fri, 16 Sep 2011 14:34:27 +0000 (+0200) Subject: Re-enable commented tests. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=99b8e14a69bc33033d6ae6a9d49cd884edbdcaa8;p=konrad%2Fqtdeclarative.git 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 Reviewed-by: Matthew Cattell --- diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index b92dd42..4bda942 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 \ diff --git a/tests/auto/declarative/nodes/nodes.pro b/tests/auto/declarative/nodes/nodes.pro index 19d3b09..8fda2f6 100644 --- a/tests/auto/declarative/nodes/nodes.pro +++ b/tests/auto/declarative/nodes/nodes.pro @@ -1,5 +1,5 @@ load(qttest_p4) -QT += opengl declarative +QT += opengl declarative widgets TARGET = tst_nodestest macx:CONFIG -= app_bundle diff --git a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro index afdeadb..981cad5 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 \ diff --git a/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro b/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro index 9687c1a..ddca3d3 100644 --- a/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro +++ b/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro @@ -1,5 +1,5 @@ load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative +contains(QT_CONFIG,declarative): QT += declarative widgets macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativeinfo.cpp