mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build script: update for Qt 5.9
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
286bac6d30
commit
4e16bd7dce
2 changed files with 9 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue