summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors/QtSensors_maze/qml.pro
blob: 765b9d0d80af3417cf905f91da02a306c294bb5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = aux

app.files = \
    components \
    info.json \
    Congratulation.qml \
    LabyrinthSquare.qml \
    lib.js \
    QtSensors_maze.qml \
    Mouse.qml \
    icon.png \
    content

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