mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Update non-interactive qt installation
With commit c62ce43
the Qt version where updated to 5.11.1,
this updates the qt install script to match the versions of the Qt parts we want.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
59465b85f6
commit
feb256f61e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
|
||||||
var widget = gui.currentPageWidget();
|
var widget = gui.currentPageWidget();
|
||||||
|
|
||||||
widget.deselectAll();
|
widget.deselectAll();
|
||||||
widget.selectComponent('qt.qt5.5101.android_armv7');
|
widget.selectComponent('qt.qt5.5111.android_armv7');
|
||||||
|
|
||||||
gui.clickButton(buttons.NextButton);
|
gui.clickButton(buttons.NextButton);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue