summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/qml_app
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/qml_app')
-rw-r--r--examples/sensors/grue/qml_app/info.json20
-rw-r--r--examples/sensors/grue/qml_app/qml_app.pro12
-rw-r--r--examples/sensors/grue/qml_app/qml_app.qmlproject20
3 files changed, 22 insertions, 30 deletions
diff --git a/examples/sensors/grue/qml_app/info.json b/examples/sensors/grue/qml_app/info.json
index e60fa3c2..2e14fc79 100644
--- a/examples/sensors/grue/qml_app/info.json
+++ b/examples/sensors/grue/qml_app/info.json
@@ -1,12 +1,12 @@
{
- "info-version": "1.0",
- "dict": {
- "DisplayName": "Grue Sensor",
- "Identifier": "com.nokia.mt.grue.demo",
- "Runtime": "qml",
- "MainQML": "main.qml",
- "Version": "1.0.0",
- "Category": "application",
- "Summary": "The Grue sensor identifies your chance of being eaten by a Grue."
- }
+ "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."
+ }
}
diff --git a/examples/sensors/grue/qml_app/qml_app.pro b/examples/sensors/grue/qml_app/qml_app.pro
new file mode 100644
index 00000000..47c6c140
--- /dev/null
+++ b/examples/sensors/grue/qml_app/qml_app.pro
@@ -0,0 +1,12 @@
+TEMPLATE = aux
+
+app.files = \
+ icon.png \
+ info.json \
+ main.qml
+
+!isEmpty(EXAMPLES_PREFIX) {
+ app.path = $$EXAMPLES_PREFIX/com.nokia.mt.grue
+ INSTALLS = app
+}
+
diff --git a/examples/sensors/grue/qml_app/qml_app.qmlproject b/examples/sensors/grue/qml_app/qml_app.qmlproject
deleted file mode 100644
index 2218c43d..00000000
--- a/examples/sensors/grue/qml_app/qml_app.qmlproject
+++ /dev/null
@@ -1,20 +0,0 @@
-/* File generated by Qt Creator, version 2.2.0 */
-
-import QmlProject 1.1
-
-Project {
- mainFile: "main.qml"
-
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ "../exampleplugin" ]
-}