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

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