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

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

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