blob: d3b20a9dabd31871a95a860c1d7206657a4272d6 [file] [log] [blame]
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
ios {
QMAKE_INFO_PLIST = Info.plist
# manual plugin loading needed with older Qt
# QTPLUGIN += qsvg qtsensors_ios qtsensors_generic
}
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
EXAMPLE_FILES += \
Info.plist