summaryrefslogtreecommitdiff
path: root/examples/sensors/shakeit/shakeit.pro
blob: 73351918ccbcd7d43dafedb1a3a02c18f6b75bff (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]/qtsensors/shakeit
app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/shakeit
INSTALLS += target app