summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-06-19 16:23:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-20 01:56:17 +0200
commitda431f39aa998b2b2829f146e705a9ef09310a3c (patch)
treee1db7d7ee01c02691d22179ec2d2d04fe850f132 /examples/sensors/accelbubble
parentb2e97817684f40ab9353fa279a4c02ef9c12e13d (diff)
Remove device-specific files.
These aren't needed anymore. Change-Id: I723dfd8a85cd05c11135601908a90386cb840967 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
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"
- }
-}