summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/accelbubble')
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro8
-rw-r--r--examples/sensors/accelbubble/info.json14
2 files changed, 0 insertions, 22 deletions
diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro
index 25b12aaa..f4e0ecca 100644
--- a/examples/sensors/accelbubble/accelbubble.pro
+++ b/examples/sensors/accelbubble/accelbubble.pro
@@ -1,16 +1,8 @@
TEMPLATE = aux
app.files = \
- info.json \
$$files(*.qml) \
icon.png \
content \
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
-}
-
diff --git a/examples/sensors/accelbubble/info.json b/examples/sensors/accelbubble/info.json
deleted file mode 100644
index b91dd9fc..00000000
--- a/examples/sensors/accelbubble/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "displayName": {
- "en_US": "Accel Bubble"
- },
- "identifier": "com.nokia.mt.accelbubble",
- "runtime": "qml",
- "main": "QtSensors_accelbubble.qml",
- "version": "1.0.0",
- "category": "application",
- "subcategory": "utility"
- }
-}