summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-02-29 11:34:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-29 04:58:29 +0100
commitd75fefbcce3dae2eda571905ae0d3485f038956c (patch)
treefc519379a2b77fd5b8f9ade5969f19b86b2d8c55 /examples/sensors/sensor_explorer
parentb2d70cf15ef595cbb293eccc4c8c0fd5a7926006 (diff)
Allow opening examples directly from Qt Creator.
The MT_SYSROOT environment variable is set in this case so we can use this to set the correct installation path. Change-Id: I923b1ea97468414a123c97a01b0405604827a99b Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
Diffstat (limited to 'examples/sensors/sensor_explorer')
-rw-r--r--examples/sensors/sensor_explorer/import/import.pro2
-rw-r--r--examples/sensors/sensor_explorer/qml_app/qml_app.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/sensors/sensor_explorer/import/import.pro b/examples/sensors/sensor_explorer/import/import.pro
index ec78653e..f852e589 100644
--- a/examples/sensors/sensor_explorer/import/import.pro
+++ b/examples/sensors/sensor_explorer/import/import.pro
@@ -9,6 +9,8 @@ QT += declarative sensors
SOURCES = main.cpp explorer.cpp sensoritem.cpp propertyinfo.cpp
HEADERS = explorer.h sensoritem.h propertyinfo.h
+MT_SYSROOT=$$(MT_SYSROOT)
+!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
!isEmpty(EXAMPLES_PREFIX):DESTPATH=$$EXAMPLES_PREFIX/com.nokia.mt.sensor_explorer/imports/Explorer
else:DESTPATH=$$[QT_INSTALL_IMPORTS]/Explorer
diff --git a/examples/sensors/sensor_explorer/qml_app/qml_app.pro b/examples/sensors/sensor_explorer/qml_app/qml_app.pro
index 2eb78cea..ded6634f 100644
--- a/examples/sensors/sensor_explorer/qml_app/qml_app.pro
+++ b/examples/sensors/sensor_explorer/qml_app/qml_app.pro
@@ -9,6 +9,8 @@ app.files = \
icon.png \
main.qml
+MT_SYSROOT=$$(MT_SYSROOT)
+!isEmpty(MT_SYSROOT):EXAMPLES_PREFIX=/opt/mt/applications
!isEmpty(EXAMPLES_PREFIX) {
app.path = $$EXAMPLES_PREFIX/com.nokia.mt.sensor_explorer
INSTALLS = app