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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/sensors/grue/qml_app/qml_app.pro b/examples/sensors/grue/qml_app/qml_app.pro
deleted file mode 100644
index c017dcc4..00000000
--- a/examples/sensors/grue/qml_app/qml_app.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = aux
-
-app.files = \
- icon.png \
- info.json \
- main.qml \
- grue.png
-
-MT_SYSROOT=$$(MT_SYSROOT)
-!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
-!isEmpty(EXAMPLES_PREFIX) {
- app.path = $$EXAMPLES_PREFIX/com.nokia.mt.grue
- INSTALLS = app
-}
-