androiddeployqt: qmlimportscanner support
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Mon, 23 Jun 2014 11:49:38 +0000 (13:49 +0200)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Mon, 4 Aug 2014 07:21:37 +0000 (09:21 +0200)
commitc689738f3f8709b3ba4cfd19eea176a9466b46a0
treeb788f62c10c014ad73621cc8ca816848dc37bc19
parent59806415ea691e43ef6e3be541f94cf6238d44a5
androiddeployqt: qmlimportscanner support

Enables qmlimportscanner support in the deployment tool. Will
use the root path set by qmake to determine dependencies, which
by default will be the location of the project's .pro file.

Other effects: This removes the requirement to add QT += foobar
to enable using imports from the module QtFooBar, and it also
enables adding custom QML imports.

[ChangeLog][Android][androiddeployqt] Added support for using
qmlimportscanner to detect QML import dependencies of application.

Task-number: QTBUG-34175
Change-Id: I5af5964f9e453121eeff8b442f0c5e72676b1fbe
Reviewed-by: BogDan Vatra <bogdan@kde.org>
src/androiddeployqt/main.cpp