summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/maze.pro
blob: 2ce2308905a6eca2cbbcabd31d9a2ec72ace74b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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