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

app.files = \
    info.json \
    notions.json \
    settings.json \
    shakeit.qml \
    icon.png \
    audio \
    images

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