Extend androiddeployqt features
authorAleix Pol <aleixpol@kde.org>
Mon, 2 Dec 2013 02:38:59 +0000 (03:38 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 8 May 2014 22:57:37 +0000 (00:57 +0200)
commit06eccf2a4105448881805b773a3227016b909614
tree5209907912a28ef18482754737b50635508c8b36
parentcbb4466c79373f647467c6b1083d9a6387a37d2d
Extend androiddeployqt features

Makes it possible to specify a set of runtime dependencies to be bundled
with the application to be used afterwards.
To do so, adds a new entry in the json file named "android-extra-plugins"
that will specify those dependencies in a list.
It will put the text files within the assets directory and the libraries
and plugins in the architecture's directory in libs/.

Change-Id: I2aaa4886252743bd333d8d18404fd41e85bbd8b5
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
src/androiddeployqt/main.cpp