summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/qml_app/qml_app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/grue/qml_app/qml_app.pro')
-rw-r--r--examples/sensors/grue/qml_app/qml_app.pro12
1 files changed, 12 insertions, 0 deletions
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
+}
+