summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/qml.pro
blob: 2e6dbc23a4ad4119e670c5f9a47c9af27992d72d (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 = \
    info.json \
    notions.json \
    settings.json \
    Congratulation.qml \
    LabyrinthSquare.qml \
    lib.js \
    Maze.qml \
    Mouse.qml \
    icon.png \
    components \
    images

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