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

RESOURCES += \
    accelbubble.qrc

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

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