summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/accelbubble.pro
blob: e8e5976bfc86032850715be1200b9682b88b6439 (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]/sensors/accelbubble
app.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble
INSTALLS += target app