summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit/shakeit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/shakeit/shakeit.pro')
-rw-r--r--examples/sensors/shakeit/shakeit.pro15
1 files changed, 13 insertions, 2 deletions
diff --git a/examples/sensors/shakeit/shakeit.pro b/examples/sensors/shakeit/shakeit.pro
index 6dc685b9..9f963909 100644
--- a/examples/sensors/shakeit/shakeit.pro
+++ b/examples/sensors/shakeit/shakeit.pro
@@ -1,3 +1,14 @@
-TEMPLATE = subdirs
+TEMPLATE = app
+TARGET = shakeit
+QT += quick
+SOURCES = main.cpp
-SUBDIRS = qml.pro
+app.files = \
+ $$files(*.qml) \
+ icon.png \
+ audio \
+ content
+
+target.path = $$[QT_INSTALL_EXAMPLES]/sensors/shakeit
+app.path = $$[QT_INSTALL_EXAMPLES]/sensors/shakeit
+INSTALLS += target app