From 99b8e14a69bc33033d6ae6a9d49cd884edbdcaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Fri, 16 Sep 2011 16:34:27 +0200 Subject: 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 --- .../auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro') 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 \ -- cgit v1.2.3