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

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

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