aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2011-09-13 16:23:57 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-15 10:22:56 +0200
commit6d3ff849a28a8ac3027ea72ac6ff85d09f09bcc8 (patch)
treeb5bd84b6f25f4bacd45bff812e90219d520d3d0e
parentaa9bdc19bac61ad4d22d6791581735c27e992edb (diff)
Fix QJSValue autotest.
The test depends on widgets library. Change-Id: I22cd3cbf9b3a2e3ed8d5c28cd8d5e44b6e33c4f1 Reviewed-on: http://codereview.qt-project.org/4792 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
-rw-r--r--tests/auto/declarative/qjsvalue/qjsvalue.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qjsvalue/qjsvalue.pro b/tests/auto/declarative/qjsvalue/qjsvalue.pro
index 96b23ff87f..caa148f86d 100644
--- a/tests/auto/declarative/qjsvalue/qjsvalue.pro
+++ b/tests/auto/declarative/qjsvalue/qjsvalue.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT += declarative
+QT += declarative widgets
SOURCES += tst_qjsvalue.cpp
HEADERS += tst_qjsvalue.h