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

app.files = \
    Button.qml \
    GestureList.qml \
    GesturesView.qml \
    info.json \
    Gesture.qml \
    GestureView.qml \
    icon.png

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