summaryrefslogtreecommitdiffstats
path: root/examples/sensors/shakeit/shakeit.pro
blob: 9f963909f810626b8c0a215a88555f3f284a95fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = shakeit
QT += quick
SOURCES = main.cpp

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

target.path = $$[QT_INSTALL_EXAMPLES]/sensors/shakeit
app.path = $$[QT_INSTALL_EXAMPLES]/sensors/shakeit
INSTALLS += target app