aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-21 12:58:25 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-21 13:21:14 +0200
commit7793f7e31d6de56123c0d0a06c6fc58a3d7372de (patch)
tree3e0bcdb267565be561c198f89a7ae4ce5a7e7fbd /tests
parent0325b1052c065ee842d120d68e37a12b24ce89d2 (diff)
qdeclarativesystempalette test: Add missing dependency
Change-Id: Iefc44448feb621fda81eed6d243bc4a8ee474e7f Reviewed-on: http://codereview.qt-project.org/5313 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro b/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
index 1162d9a1c6..bc801d6f57 100644
--- a/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
+++ b/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative gui
+contains(QT_CONFIG,declarative): QT += declarative gui widgets
macx:CONFIG -= app_bundle
SOURCES += tst_qdeclarativesystempalette.cpp