androiddeployqt: Support bundling library projects
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Mon, 28 Apr 2014 12:52:03 +0000 (14:52 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 5 May 2014 12:42:52 +0000 (14:42 +0200)
commit5d2ffacdfd718cc1cc64c76e74048854f1b59192
tree5695d25b504b2b9335abcba35c8147fe657bc99b
parent7a4b7b8cef22ff565583ab36e7ce44029561ffd3
androiddeployqt: Support bundling library projects

Third party library projects can easily be added to the Android
package source directory and added to the project using
project.properties, but "android update" needs to be run on it
to produce some local build files before it can be included in the
build. We can do this for people so that they can use third party
library projects without having to put build files in their source
directory.

[ChangeLog][Android][Deployment] Detect linked library projects
in the package source directory and automatically run "android update"
on these.

Task-number: QTBUG-38322
Change-Id: I0bf9b8708a7ec28ed5429379215b12a65d05416a
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
src/androiddeployqt/main.cpp