summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors/accelbubble
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-05-25 10:06:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-25 02:31:10 +0200
commit1cdba0e8e98caded9ae108484e63dae37c59ded3 (patch)
treed83f978d6ea03bb10efaf28cca0f0b8e26aac0b5 /examples/QtSensors/accelbubble
parent6e8bc699d4ee14a4abd6c5b0b6f1a5ad0abbe52c (diff)
Update info.json files to use the new standard.
Change-Id: Ia32cbf8dbc2e1aaa80896568a346bef062715618 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'examples/QtSensors/accelbubble')
-rw-r--r--examples/QtSensors/accelbubble/info.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/QtSensors/accelbubble/info.json b/examples/QtSensors/accelbubble/info.json
index 9a2ed709..80c81bdf 100644
--- a/examples/QtSensors/accelbubble/info.json
+++ b/examples/QtSensors/accelbubble/info.json
@@ -1,14 +1,14 @@
{
"info-version": "1.0",
"dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Accel Bubble",
- "Subcategory": "utility",
- "MainQML": "main.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.mt.accelbubble",
- "Summary": "QtSensors Accel Bubble",
- "Author": "Qt"
+ "displayName": {
+ "en_US": "Accel Bubble"
+ },
+ "identifier": "com.nokia.mt.accelbubble",
+ "runtime": "qml",
+ "main": "main.qml",
+ "version": "1.0.0",
+ "category": "application",
+ "subcategory": "utility"
}
}