summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors/QtSensors_qmlqtsensors/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/QtSensors/QtSensors_qmlqtsensors/qml.pro')
-rw-r--r--examples/QtSensors/QtSensors_qmlqtsensors/qml.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/QtSensors/QtSensors_qmlqtsensors/qml.pro b/examples/QtSensors/QtSensors_qmlqtsensors/qml.pro
new file mode 100644
index 00000000..e1ec8724
--- /dev/null
+++ b/examples/QtSensors/QtSensors_qmlqtsensors/qml.pro
@@ -0,0 +1,15 @@
+TEMPLATE = aux
+
+app.files = \
+ info.json \
+ QtSensors_qmlqtsensors.qml \
+ icon.png \
+ components
+
+MT_SYSROOT=$$(MT_SYSROOT)
+!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
+!isEmpty(EXAMPLES_PREFIX) {
+ app.path = $$EXAMPLES_PREFIX/com.nokia.mt.qmlqtsensors
+ INSTALLS = app
+}
+