summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-07-19 18:18:05 +0200
committerJ-P Nurmi <jpnurmi@digia.com>2014-07-19 18:34:23 +0200
commitca73389c6a2afd7e88a9bd16333c27fc82fb5c61 (patch)
tree994d5dbdc2be692baf233601c2f3916981987c97 /examples/quick/controls/gallery
parent8a13f087d3c0c7b9010b9861890b27a17889aeaa (diff)
parentca56fb96dd2228404c3f51691bb78a9f2419f319 (diff)
downloadqtquickcontrols-ca73389c6a2afd7e88a9bd16333c27fc82fb5c61.tar.gz
Merge remote-tracking branch 'origin/5.3' into dev
Change-Id: Icc15fe685e94dd043979b6b9c6a624f18f2d1e4c
Diffstat (limited to 'examples/quick/controls/gallery')
-rw-r--r--examples/quick/controls/gallery/gallery.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/gallery.pro b/examples/quick/controls/gallery/gallery.pro
index d7328918..e10e9763 100644
--- a/examples/quick/controls/gallery/gallery.pro
+++ b/examples/quick/controls/gallery/gallery.pro
@@ -1,6 +1,6 @@
QT += qml quick
TARGET = gallery
-!android:!ios:!blackberry:!qnx:!winrt:qtHaveModule(widgets): QT += widgets
+!no_desktop: QT += widgets
include(src/src.pri)
include(../shared/shared.pri)