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

RESOURCES += \
    shakeit.qrc

OTHER_FILES = \
    $$files(*.qml) \
    audio \
    content

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