summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/qml_app/qml_app.pro
blob: ded6634f332e5a96e12cb81fb669962e5213f2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = aux

app.files = \
    PropertyList.qml \
    components \
    images \
    info.json \
    SensorList.qml \
    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
}