summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/accelbubble.pro
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@digia.com>2014-04-23 12:45:40 +0300
committerJani Heikkinen <jani.heikkinen@digia.com>2014-04-23 12:45:40 +0300
commit606e40570be5af8d9f05c55affedd6b106889bf7 (patch)
treec3b9e94d08645081053cc571dba9aed629fceebb /examples/sensors/accelbubble/accelbubble.pro
parent267a9f4c4ea5ecfd3e0bf1f0149401e7ba8d0c60 (diff)
parent8a0da79f058b7ee7cdf4a198fdf088e8a43565fb (diff)
Merge remote-tracking branch 'origin/release' into stable
Diffstat (limited to 'examples/sensors/accelbubble/accelbubble.pro')
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro
index cdb6ab75..4204f15b 100644
--- a/examples/sensors/accelbubble/accelbubble.pro
+++ b/examples/sensors/accelbubble/accelbubble.pro
@@ -15,4 +15,11 @@ OTHER_FILES = \
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