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:
Jocke 2018-07-12 07:06:52 +02:00 committed by Dirk Hohndel
parent 59465b85f6
commit feb256f61e

View file

@ -32,7 +32,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent('qt.qt5.5101.android_armv7');
widget.selectComponent('qt.qt5.5111.android_armv7');
gui.clickButton(buttons.NextButton);
}