summaryrefslogtreecommitdiffstats
path: root/examples/sensors/accelbubble/accelbubble.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-04-08 14:17:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-08 17:08:21 +0200
commit5bdeb53a9b1e2543539e637c72dfaf3b91fdb60c (patch)
treef1a3ab6df82e40cef313bea0d6d0471882908cdf /examples/sensors/accelbubble/accelbubble.pro
parenta4e86e21d540ab642ba02d8e060a6154114da701 (diff)
Accelbubble example only really works with a locked UI to portrait
On Android we have to do that via a custom AndroidManifest. Change-Id: If436bdd494b3d167121bd8ee80f81c031a81f5d5 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'examples/sensors/accelbubble/accelbubble.pro')
-rw-r--r--examples/sensors/accelbubble/accelbubble.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/sensors/accelbubble/accelbubble.pro b/examples/sensors/accelbubble/accelbubble.pro
index b183bf41..cdb6ab75 100644
--- a/examples/sensors/accelbubble/accelbubble.pro
+++ b/examples/sensors/accelbubble/accelbubble.pro
@@ -9,7 +9,10 @@ RESOURCES += \
OTHER_FILES = \
$$files(*.qml) \
content \
- images
+ images \
+ android/AndroidManifest.xml
target.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble
INSTALLS += target
+
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android