summaryrefslogtreecommitdiff
path: root/examples
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
parent6e8bc699d4ee14a4abd6c5b0b6f1a5ad0abbe52c (diff)
downloadqtsensors-1cdba0e8e98caded9ae108484e63dae37c59ded3.tar.gz
Update info.json files to use the new standard.
Change-Id: Ia32cbf8dbc2e1aaa80896568a346bef062715618 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/QtSensors/accelbubble/info.json18
-rw-r--r--examples/QtSensors/cubehouse/info.json18
-rw-r--r--examples/QtSensors/grue/qml_app/info.json16
-rw-r--r--examples/QtSensors/qmlsensorgestures/qml_app/info.json24
4 files changed, 39 insertions, 37 deletions
diff --git a/examples/QtSensors/accelbubble/info.json b/examples/QtSensors/accelbubble/info.json
index 9a2ed70..80c81bd 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"
}
}
diff --git a/examples/QtSensors/cubehouse/info.json b/examples/QtSensors/cubehouse/info.json
index 39e39a8..8d297c0 100644
--- a/examples/QtSensors/cubehouse/info.json
+++ b/examples/QtSensors/cubehouse/info.json
@@ -1,14 +1,14 @@
{
"info-version": "1.0",
"dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Cubehouse",
- "Subcategory": "utility",
- "MainQML": "Cubehouse.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.mt.cubehouse",
- "Summary": "Cubehouse using Accelerometer",
- "Author": "Qt"
+ "displayName": {
+ "en_US": "Cubehouse"
+ },
+ "identifier": "com.nokia.mt.cubehouse",
+ "runtime": "qml",
+ "main": "Cubehouse.qml",
+ "version": "1.0.0",
+ "category": "application",
+ "subcategory": "utility"
}
}
diff --git a/examples/QtSensors/grue/qml_app/info.json b/examples/QtSensors/grue/qml_app/info.json
index 2e14fc7..700c3eb 100644
--- a/examples/QtSensors/grue/qml_app/info.json
+++ b/examples/QtSensors/grue/qml_app/info.json
@@ -1,12 +1,14 @@
{
"info-version": "1.0",
"dict": {
- "DisplayName": "Grue Sensor",
- "Identifier": "com.nokia.mt.grue",
- "Runtime": "qml",
- "MainQML": "main.qml",
- "Version": "1.0.0",
- "Category": "application",
- "Summary": "The Grue sensor identifies your chance of being eaten by a Grue."
+ "displayName": {
+ "en_US": "Grue Sensor"
+ },
+ "identifier": "com.nokia.mt.grue",
+ "runtime": "qml",
+ "main": "main.qml",
+ "version": "1.0.0",
+ "category": "application",
+ "subcategory": "utility"
}
}
diff --git a/examples/QtSensors/qmlsensorgestures/qml_app/info.json b/examples/QtSensors/qmlsensorgestures/qml_app/info.json
index 063caaa..02e1e0a 100644
--- a/examples/QtSensors/qmlsensorgestures/qml_app/info.json
+++ b/examples/QtSensors/qmlsensorgestures/qml_app/info.json
@@ -1,14 +1,14 @@
{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Gesture",
- "Subcategory": "utility",
- "MainQML": "Gesture.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.mt.qmlsensorsgesture",
- "Summary": "QML Sensors Gesture demo",
- "Author": "Qt"
- }
+ "info-version": "1.0",
+ "dict": {
+ "displayName": {
+ "en_US": "Gesture"
+ },
+ "identifier": "com.nokia.mt.qmlsensorsgesture",
+ "runtime": "qml",
+ "main": "Gesture.qml",
+ "version": "1.0.0",
+ "category": "application",
+ "subcategory": "utility"
+ }
}