Android build script: update for Qt 5.9

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-31 10:08:56 -07:00
parent 286bac6d30
commit 4e16bd7dce
2 changed files with 9 additions and 6 deletions

View file

@ -32,7 +32,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.selectAll();
widget.deselectComponent('qt.58.src');
widget.deselectComponent('qt.59.src');
gui.clickButton(buttons.NextButton);
}