From da431f39aa998b2b2829f146e705a9ef09310a3c Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 19 Jun 2012 16:23:38 +1000 Subject: Remove device-specific files. These aren't needed anymore. Change-Id: I723dfd8a85cd05c11135601908a90386cb840967 Reviewed-by: Lorn Potter --- examples/sensors/accelbubble/accelbubble.pro | 8 -------- examples/sensors/accelbubble/info.json | 14 -------------- 2 files changed, 22 deletions(-) delete mode 100644 examples/sensors/accelbubble/info.json (limited to 'examples/sensors/accelbubble') 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" - } -} -- cgit v1.2.3