- 24 Jul, 2014 1 commit
-
-
Daniel Teske authored
Holds androd + qmake related classes Change-Id: Ib6bbc9c77a2b5f014573a1aa343dff5741abdb26 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 21 Jul, 2014 1 commit
-
-
BogDan Vatra authored
- Split up androiddeployqt into two steps: One building the apk, and one deploying it to the device. - The build apk step base class AndroidBuildApkStep is ihneritaged by the qmake specific class QmakeAndroidBuildApkStep. - The deployment step is still called androiddeployqt - Move all qmake specific code to the qmakeprojectmanager plguin - Flip the depencency between the android and qmake plugin, now the qmake plugin depends on the android plugin, implementing a interface the android plugin provides. - Note: This removes the debug deployment for now. Change-Id: I1c386640159ed14b637668abde8eb3b9009ab803 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-