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

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

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