summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/gallery.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-06-24 13:13:02 +0200
committerJ-P Nurmi <jpnurmi@digia.com>2014-06-24 13:21:45 +0200
commitb804244af89313fda33106321fcbc508d6a2e884 (patch)
tree95c37321c3458eb11c2649ef08e79162f99a8464 /examples/quick/controls/gallery/gallery.pro
parent7a719d3f5c488cf49e28c579300dfbcc70cefb6a (diff)
downloadqtquickcontrols-b804244af89313fda33106321fcbc508d6a2e884.tar.gz
Remove QtWidgets dependency for WinRT
Change-Id: Ifacceae8690d2ab4dfaed0d5439b9e29804c1943 Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Diffstat (limited to 'examples/quick/controls/gallery/gallery.pro')
-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 4c45612f..4b04db74 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: qtHaveModule(widgets): QT += widgets
+!android: !ios: !blackberry: !qnx: !winrt: qtHaveModule(widgets): QT += widgets
include(src/src.pri)
include(../shared/shared.pri)