summaryrefslogtreecommitdiff
path: root/examples/sensors/maze/maze.pro
blob: b57c0a98723f6f85960152cb8e70f0c4ae33f947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = maze
QT += quick
SOURCES = main.cpp

app.files = \
    components \
    $$files(*.qml) \
    $$files(*.js) \
    icon.png \
    content

target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/maze
INSTALLS += target app

RESOURCES += \
    maze.qrc