summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro8
-rw-r--r--examples/sensors/accelbubble/info.json14
-rw-r--r--examples/sensors/cubehouse/cubehouse.pro8
-rw-r--r--examples/sensors/cubehouse/info.json14
-rw-r--r--examples/sensors/grue/info.json14
-rw-r--r--examples/sensors/grue/qml.pro8
-rw-r--r--examples/sensors/maze/info.json15
-rw-r--r--examples/sensors/maze/qml.pro8
-rw-r--r--examples/sensors/qmlqtsensors/info.json15
-rw-r--r--examples/sensors/qmlqtsensors/qml.pro8
-rw-r--r--examples/sensors/qmlsensorgestures/info.json14
-rw-r--r--examples/sensors/qmlsensorgestures/qml.pro8
-rw-r--r--examples/sensors/sensor_explorer/info.json15
-rw-r--r--examples/sensors/sensor_explorer/qml.pro8
-rw-r--r--examples/sensors/shakeit/info.json14
-rw-r--r--examples/sensors/shakeit/qml.pro8
16 files changed, 0 insertions, 179 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"
- }
-}
diff --git a/examples/sensors/cubehouse/cubehouse.pro b/examples/sensors/cubehouse/cubehouse.pro
index 995446c0..1f3f7a63 100644
--- a/examples/sensors/cubehouse/cubehouse.pro
+++ b/examples/sensors/cubehouse/cubehouse.pro
@@ -4,13 +4,5 @@ app.files = \
$$files(*.qml) \
icon.png \
images \
- info.json \
mesh
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.cubehouse
- INSTALLS = app
-}
-
diff --git a/examples/sensors/cubehouse/info.json b/examples/sensors/cubehouse/info.json
deleted file mode 100644
index 7b1c5af3..00000000
--- a/examples/sensors/cubehouse/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "displayName": {
- "en_US": "Cubehouse"
- },
- "identifier": "com.nokia.mt.cubehouse",
- "runtime": "qml",
- "main": "QtSensors_cubehouse.qml",
- "version": "1.0.0",
- "category": "application",
- "subcategory": "utility"
- }
-}
diff --git a/examples/sensors/grue/info.json b/examples/sensors/grue/info.json
deleted file mode 100644
index 75129054..00000000
--- a/examples/sensors/grue/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "displayName": {
- "en_US": "Grue Sensor"
- },
- "identifier": "com.nokia.mt.grue",
- "runtime": "qml",
- "main": "QtSensors_grue.qml",
- "version": "1.0.0",
- "category": "application",
- "subcategory": "utility"
- }
-}
diff --git a/examples/sensors/grue/qml.pro b/examples/sensors/grue/qml.pro
index e3d021e0..269b9221 100644
--- a/examples/sensors/grue/qml.pro
+++ b/examples/sensors/grue/qml.pro
@@ -2,14 +2,6 @@ TEMPLATE = aux
app.files = \
icon.png \
- info.json \
$$files(*.qml) \
grue.png
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.grue
- INSTALLS = app
-}
-
diff --git a/examples/sensors/maze/info.json b/examples/sensors/maze/info.json
deleted file mode 100644
index 8e2ad1a8..00000000
--- a/examples/sensors/maze/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "category": "application",
- "runtime": "qml",
- "displayName": {
- "en_US": "Maze"
- },
- "subcategory": "utility",
- "main": "QtSensors_maze.qml",
- "version": "1.0.0",
- "identifier": "com.nokia.mt.maze",
- "author": "Qt"
- }
-}
diff --git a/examples/sensors/maze/qml.pro b/examples/sensors/maze/qml.pro
index 95fbb65e..463e944d 100644
--- a/examples/sensors/maze/qml.pro
+++ b/examples/sensors/maze/qml.pro
@@ -2,16 +2,8 @@ TEMPLATE = aux
app.files = \
components \
- info.json \
$$files(*.qml) \
$$files(*.js) \
icon.png \
content
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.maze
- INSTALLS = app
-}
-
diff --git a/examples/sensors/qmlqtsensors/info.json b/examples/sensors/qmlqtsensors/info.json
deleted file mode 100644
index e5484028..00000000
--- a/examples/sensors/qmlqtsensors/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "category": "application",
- "runtime": "qml",
- "displayName": {
- "en_US": "QML QtSensors"
- },
- "subcategory": "utility",
- "main": "QtSensors_qmlqtsensors.qml",
- "version": "1.0.0",
- "identifier": "com.nokia.mt.qmlqtsensors",
- "author": "Qt"
- }
-}
diff --git a/examples/sensors/qmlqtsensors/qml.pro b/examples/sensors/qmlqtsensors/qml.pro
index 741070ff..5ea723b1 100644
--- a/examples/sensors/qmlqtsensors/qml.pro
+++ b/examples/sensors/qmlqtsensors/qml.pro
@@ -1,15 +1,7 @@
TEMPLATE = aux
app.files = \
- info.json \
$$files(*.qml) \
icon.png \
components
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.qmlqtsensors
- INSTALLS = app
-}
-
diff --git a/examples/sensors/qmlsensorgestures/info.json b/examples/sensors/qmlsensorgestures/info.json
deleted file mode 100644
index 57241dab..00000000
--- a/examples/sensors/qmlsensorgestures/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "displayName": {
- "en_US": "Gesture"
- },
- "identifier": "com.nokia.mt.qmlsensorsgesture",
- "runtime": "qml",
- "main": "QtSensors_qmlsensorgestures.qml",
- "version": "1.0.0",
- "category": "application",
- "subcategory": "utility"
- }
-}
diff --git a/examples/sensors/qmlsensorgestures/qml.pro b/examples/sensors/qmlsensorgestures/qml.pro
index 333f251c..3fd97ef5 100644
--- a/examples/sensors/qmlsensorgestures/qml.pro
+++ b/examples/sensors/qmlsensorgestures/qml.pro
@@ -2,13 +2,5 @@ TEMPLATE = aux
app.files = \
$$files(*.qml) \
- info.json \
icon.png
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.qmlsensorgestures
- INSTALLS = app
-}
-
diff --git a/examples/sensors/sensor_explorer/info.json b/examples/sensors/sensor_explorer/info.json
deleted file mode 100644
index 18f3e8d5..00000000
--- a/examples/sensors/sensor_explorer/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "category": "application",
- "runtime": "qml",
- "displayName": {
- "en_US": "Sensors Explorer"
- },
- "subcategory": "utility",
- "main": "QtSensors_sensor_explorer.qml",
- "version": "1.0.0",
- "identifier": "com.nokia.mt.sensorexplorer",
- "author": "Qt"
- }
-}
diff --git a/examples/sensors/sensor_explorer/qml.pro b/examples/sensors/sensor_explorer/qml.pro
index fae3705d..9564e7c3 100644
--- a/examples/sensors/sensor_explorer/qml.pro
+++ b/examples/sensors/sensor_explorer/qml.pro
@@ -1,16 +1,8 @@
TEMPLATE = aux
app.files = \
- info.json \
$$files(*.qml) \
icon.png \
components \
content
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.sensor_explorer
- INSTALLS = app
-}
-
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
-}
-