summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/info.json
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2011-12-12 13:38:29 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-19 07:01:16 +0100
commitc6248d18c0acab953021fc136e92e842c91abb78 (patch)
tree5cdf58f209a05c135b1a52ce5ededf18cf783551 /examples/sensors/accelbubble/info.json
parentb10e502244fb8d2aedc9edf84c67fb3c263853aa (diff)
add accel bubble example app and docs/tutorial
Change-Id: I0f94e4c42797177f08704945f6b4628b84690d8d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'examples/sensors/accelbubble/info.json')
-rw-r--r--examples/sensors/accelbubble/info.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/sensors/accelbubble/info.json b/examples/sensors/accelbubble/info.json
new file mode 100644
index 00000000..36799885
--- /dev/null
+++ b/examples/sensors/accelbubble/info.json
@@ -0,0 +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.demo",
+ "Summary": "QtSensors Accel Bubble",
+ "Author": "Qt"
+ }
+}