summaryrefslogtreecommitdiff
path: root/examples/sensors/accelbubble/accelbubble.pro
blob: 3986e4a29946ca262f219d54623c8e2ae79b0c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app
TARGET = accelbubble
QT += quick
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