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

RESOURCES += \
    accelbubble.qrc

OTHER_FILES = \
    $$files(*.qml) \
    content \
    images \
    android/AndroidManifest.xml

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

ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android