androiddeployqt: Fix debug deployment on Windows
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Thu, 27 Feb 2014 11:21:00 +0000 (12:21 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Feb 2014 14:40:44 +0000 (15:40 +0100)
commit1382c31fcec5f7aa9522aaf3cdbb59fd6c956f96
tree9614326b346280b472f494d53c289d583d59d053
parent7b7e3f3c29e6849f22d2e66f4e0cb134ee83fe18
androiddeployqt: Fix debug deployment on Windows

There is a bug in "adb push" which makes it fail when the input
directory ends with a slash on Windows. This made it impossible
to use the debug deployment method on Windows.

[ChangeLog][Android][androiddeployqt] Fixed debug deployment on
Windows.

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