Make it possible to bundle Android builds
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Thu, 2 May 2013 09:30:55 +0000 (11:30 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 3 May 2013 12:46:15 +0000 (14:46 +0200)
commit8e202bcad1eef8709836363379cb257e9ebe8a98
tree092c70e8989ff14e9bbb72fb5fb2949a3c63e1ff
parent5fa32ce4d076b89003ba9f12998918a9648e1891
Make it possible to bundle Android builds

We need to adapt to the way the jar builds are split on Android,
into a jar file which can be bundled and one which can be distributed
and loaded on the classpath.

We also need to add meta-information about which plugins the
module depends on so that they can be bundled as well.

Task-number: QTBUG-30751
Change-Id: I5cca51c3732ce72985df29672a219c3fd4fe7bac
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
src/multimedia/multimedia.pro
src/plugins/android/jar/bundledjar.pro [new file with mode: 0644]
src/plugins/android/jar/distributedjar.pro [new file with mode: 0644]
src/plugins/android/jar/jar.pri [new file with mode: 0644]
src/plugins/android/jar/jar.pro