summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/gallery/gallery.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/gallery/gallery.pro')
-rw-r--r--examples/quickcontrols/controls/gallery/gallery.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/gallery/gallery.pro b/examples/quickcontrols/controls/gallery/gallery.pro
new file mode 100644
index 00000000..5cba235d
--- /dev/null
+++ b/examples/quickcontrols/controls/gallery/gallery.pro
@@ -0,0 +1,23 @@
+TEMPLATE = app
+TARGET = gallery
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ gallery.qrc
+
+OTHER_FILES += \
+ main.qml \
+ qml/ButtonPage.qml \
+ qml/InputPage.qml \
+ qml/ProgressPage.qml \
+ qml/UI.js \
+ qml/+android/UI.js \
+ qml/+ios/UI.js \
+ qml/+osx/UI.js
+
+include(../shared/shared.pri)
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/gallery
+INSTALLS += target