androiddeployqt: Always include platform plugin dependencies
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Mon, 9 Feb 2015 14:16:54 +0000 (15:16 +0100)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Tue, 10 Feb 2015 08:03:23 +0000 (08:03 +0000)
commitef50aeaff84130e9bbab344027cdb78af8a92ca9
tree4518b13a389ae30e15a4d574c3bbea03e8049901
parentd5e57590ce7a89f3431548def683d3553fb99b3a
androiddeployqt: Always include platform plugin dependencies

Qt DBus recently became a dependency for the platform plugin,
causing applications to crash on startup when this is missing.
Instead of special casing the GUI dependency, we always add all
dependencies of the platform plugin.

Change-Id: I59d71531f60874ce436af1840656974d58c14661
Task-number: QTBUG-44182
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
src/androiddeployqt/main.cpp