summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit/shakeit.pro
blob: 65660e3e04cabe92ed27b476143c958be5a5b3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = aux

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

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