summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors/accelbubble/accelbubble.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/QtSensors/accelbubble/accelbubble.pro')
-rw-r--r--examples/QtSensors/accelbubble/accelbubble.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/QtSensors/accelbubble/accelbubble.pro b/examples/QtSensors/accelbubble/accelbubble.pro
new file mode 100644
index 00000000..feeec685
--- /dev/null
+++ b/examples/QtSensors/accelbubble/accelbubble.pro
@@ -0,0 +1,15 @@
+TEMPLATE = aux
+
+app.files = \
+ info.json \
+ main.qml \
+ icon.png \
+ images
+
+MT_SYSROOT=$$(MT_SYSROOT)
+!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
+!isEmpty(EXAMPLES_PREFIX) {
+ app.path = $$EXAMPLES_PREFIX/com.nokia.mt.accelbubble
+ INSTALLS = app
+}
+