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

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

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