summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/maze/info.json')
-rw-r--r--examples/sensors/maze/info.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/sensors/maze/info.json b/examples/sensors/maze/info.json
new file mode 100644
index 00000000..d31a2f0b
--- /dev/null
+++ b/examples/sensors/maze/info.json
@@ -0,0 +1,14 @@
+{
+ "info-version": "1.0",
+ "dict": {
+ "Category": "application",
+ "Runtime": "qml",
+ "DisplayName": "Maze",
+ "Subcategory": "utility",
+ "MainQML": "Maze.qml",
+ "Version": "1.0",
+ "Identifier": "com.noklab.nrcc.maze.demo",
+ "Summary": "Labyrinth game using TitlSensor",
+ "Author": "Qt"
+ }
+}