aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 08:57:53 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 14:21:37 +0000
commit75e89f2454894c455241828cd290b5f553301d36 (patch)
tree08358c8010763d1043e5d185cc772cb211d9503c /examples
parent5b440744bdbc74fd7425ae0d21132cd1fe52eaf1 (diff)
gallery.pro: add pages/*.qml to OTHER_FILES
So they show up in the QML tree in Qt Creator. Change-Id: I58d7e3c37a3d20451b48bcee7aaced3fb3461d9a Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/controls/gallery/gallery.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/controls/gallery/gallery.pro b/examples/controls/gallery/gallery.pro
index 12f799e8..edd050b8 100644
--- a/examples/controls/gallery/gallery.pro
+++ b/examples/controls/gallery/gallery.pro
@@ -6,7 +6,8 @@ SOURCES += \
gallery.cpp
OTHER_FILES += \
- gallery.qml
+ gallery.qml \
+ pages/*.qml
RESOURCES += \
gallery.qrc