summaryrefslogtreecommitdiffstats
path: root/src/android/java/res/values/libs.xml
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-04-19 12:20:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-01 11:24:03 +0200
commit94bed3ad148a6ecba91c0a32e0ee52deda3aec9f (patch)
tree384262c65328c164151932ba2641e614bc666806 /src/android/java/res/values/libs.xml
parent75fba93fc630cf33467702d4c50f0409c6fde4fa (diff)
Make it possible to bundle Qt libraries in Android apk
Add the enablers so that Qt Creator (or another deployment tool) can add a specification in the app's meta data of which libraries are bundled and the Java code required to extract plugins and imports into the required directory structure inside the app's data directory. This is intended to be an alternative to using Ministro for deployment, and the mechanism of extracting libraries on first startup is a work-around for the requirement in Qt of having this directory structure. For Qt 5.2, the approach should be changed to load plugins directly from the app's lib directory and the other files in imports will be bundled as qrcs in the native plugins. Task-number: QTBUG-30751 Change-Id: Ibdb3a672548b4802f9bf3ecd05fc194426ac30e7 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/android/java/res/values/libs.xml')
-rw-r--r--src/android/java/res/values/libs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/java/res/values/libs.xml b/src/android/java/res/values/libs.xml
index f47174e3d3..09fa409458 100644
--- a/src/android/java/res/values/libs.xml
+++ b/src/android/java/res/values/libs.xml
@@ -8,4 +8,6 @@
<item>Qt5Core</item>
</array>
<array name="bundled_libs"/>
+ <array name="bundled_in_lib" />
+ <array name="bundled_in_assets" />
</resources>