summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors/QtSensors_sensor_explorer/qml.pro
blob: fae3705df5bdf26be6dedc3cad9fb7224ca5af12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = aux

app.files = \
    info.json \
    $$files(*.qml) \
    icon.png \
    components \
    content

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
}