summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/accelbubble.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/accelbubble/accelbubble.pro')
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro
deleted file mode 100644
index feeec685..00000000
--- a/examples/sensors/accelbubble/accelbubble.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}
-