aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/gallery.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-18 15:31:17 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-19 12:27:35 +0000
commit1cb0faf7886d9df99adfb61560e369387691f89c (patch)
treebc27a1cc2faf0383b35f5d169b07dbb8ea95904b /examples/quickcontrols2/gallery/gallery.pro
parent5f6450ffd84e44bd0d66ec4bd0d48349eccc5b76 (diff)
Flatten and rename example install path and directory structure
Change-Id: Ib04e79d72c37fa4507517da2d3b1c28ccd73eaed Reviewed-by: J-P Nurmi <jpnurmi@qt.io> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'examples/quickcontrols2/gallery/gallery.pro')
-rw-r--r--examples/quickcontrols2/gallery/gallery.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.pro b/examples/quickcontrols2/gallery/gallery.pro
new file mode 100644
index 00000000..7f72c9ca
--- /dev/null
+++ b/examples/quickcontrols2/gallery/gallery.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+TARGET = gallery
+QT += quick
+
+SOURCES += \
+ gallery.cpp
+
+OTHER_FILES += \
+ gallery.qml
+
+RESOURCES += \
+ gallery.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/gallery
+INSTALLS += target