summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-10-17 16:58:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-17 19:45:05 +0200
commit771e2babf6d201f7f6a11c93a59c152896dad8db (patch)
tree5b83b8546f624f2b7c77f04020cc5309362bfed9 /examples/quick/controls/gallery
parent0bf5b80baee78f9fc7145304821481556ccba78b (diff)
downloadqtquickcontrols-771e2babf6d201f7f6a11c93a59c152896dad8db.tar.gz
Remove widget dependency on touch platforms
We don't want native styling on touch enabled devices and there is no reason to link against widgets there. Change-Id: I70116a0a94227cb58ae25980b97c4177da75a3c8 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'examples/quick/controls/gallery')
-rw-r--r--examples/quick/controls/gallery/gallery.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/quick/controls/gallery/gallery.pro b/examples/quick/controls/gallery/gallery.pro
index f329fa4a..b9a5d0e6 100644
--- a/examples/quick/controls/gallery/gallery.pro
+++ b/examples/quick/controls/gallery/gallery.pro
@@ -1,8 +1,6 @@
QT += qml quick
TARGET = gallery
-qtHaveModule(widgets) {
- QT += widgets
-}
+!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets
include(src/src.pri)