summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/shakeit')
-rw-r--r--examples/sensors/shakeit/info.json14
-rw-r--r--examples/sensors/shakeit/qml.pro8
2 files changed, 0 insertions, 22 deletions
diff --git a/examples/sensors/shakeit/info.json b/examples/sensors/shakeit/info.json
deleted file mode 100644
index a98f6f2b..00000000
--- a/examples/sensors/shakeit/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "displayName": {
- "en_US": "ShakeIt!"
- },
- "identifier": "com.nokia.mt.shakeit",
- "runtime": "qml",
- "main": "QtSensors_shakeit.qml",
- "version": "1.0.0",
- "category": "application",
- "subcategory": "utility"
- }
-}
diff --git a/examples/sensors/shakeit/qml.pro b/examples/sensors/shakeit/qml.pro
index 1265d8e9..1c7cc61c 100644
--- a/examples/sensors/shakeit/qml.pro
+++ b/examples/sensors/shakeit/qml.pro
@@ -1,16 +1,8 @@
TEMPLATE = aux
app.files = \
- info.json \
$$files(*.qml) \
icon.png \
audio \
content
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.shakeit
- INSTALLS = app
-}
-