aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/wearable.pro
diff options
context:
space:
mode:
authorShrikant Dhumal <shrikant.dhumal@qt.io>2016-12-16 19:20:45 -0800
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-13 07:29:41 +0000
commit7d0a2a1e55b615ae96766eefe8b066c2b7015140 (patch)
tree06e61dc25239cacef211ae09be9b8ce91813a5fe /examples/quickcontrols2/wearable/wearable.pro
parent5461df158c6076d3c3ed037e3051778018da7762 (diff)
Add Wearable demo
Change-Id: I3e287b85517c04803964c068e32bf8b6bcae5cb6 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quickcontrols2/wearable/wearable.pro')
-rw-r--r--examples/quickcontrols2/wearable/wearable.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/quickcontrols2/wearable/wearable.pro b/examples/quickcontrols2/wearable/wearable.pro
new file mode 100644
index 00000000..8d55e44e
--- /dev/null
+++ b/examples/quickcontrols2/wearable/wearable.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = wearable
+QT += quick quickcontrols2
+
+SOURCES += \
+ wearable.cpp
+
+RESOURCES += \
+ wearable.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/wearable
+INSTALLS += target