aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/gallery.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-25 17:19:18 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-26 07:34:24 +0000
commitde6d7e1de7d6b9f6bc45f087c76cb84ac8af1fe0 (patch)
tree6b907bd3724562eaeef4b4a6c7c7ca321ce7f88d /examples/quickcontrols2/gallery/gallery.pro
parent86f546dc658106eab9ef489b5473a5407ff8c3c0 (diff)
Gallery: utilize the new icon-support for the tool buttons
Change-Id: I275856925ebf82c0ed8822d45299fd4d5c9218ba Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quickcontrols2/gallery/gallery.pro')
-rw-r--r--examples/quickcontrols2/gallery/gallery.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.pro b/examples/quickcontrols2/gallery/gallery.pro
index 45496a35..705eeae0 100644
--- a/examples/quickcontrols2/gallery/gallery.pro
+++ b/examples/quickcontrols2/gallery/gallery.pro
@@ -8,8 +8,9 @@ SOURCES += \
RESOURCES += \
gallery.qml \
qtquickcontrols2.conf \
+ icons/gallery/index.theme \
+ $$files(icons/*.png, true) \
$$files(images/*.png) \
- $$files(images/+material/*.png) \
$$files(pages/*.qml)
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/gallery