androiddeployqt: Fix signing package with -verbose
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Fri, 8 Nov 2013 12:46:36 +0000 (13:46 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 13 Nov 2013 20:08:49 +0000 (21:08 +0100)
commit6ca1df22ef42ffbb86133313b86f9027c5f9de90
tree6e2421aedd7248b5cb43752c4854a56300b28b28
parentb61e53490a736b1314efb60007492d6439eadc26
androiddeployqt: Fix signing package with -verbose

We would put the "-v" option inside the quotes in the zipalign
command, causing the shell to look for the executable named
"zipalign -v".

Task-number: QTBUG-34588
Change-Id: I88269cada9d77c3ddcceb6133f9bc8cf275c425a
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
src/androiddeployqt/main.cpp