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

app.files = \
    PropertyList.qml \
    components \
    images \
    info.json \
    SensorList.qml \
    icon.png \
    main.qml

!isEmpty(EXAMPLES_PREFIX) {
    app.path = $$EXAMPLES_PREFIX/com.nokia.mt.sensor_explorer
    INSTALLS = app
}