From feb256f61e06dfd827e5c3b0ef4c64b4275a4fb3 Mon Sep 17 00:00:00 2001 From: Jocke Date: Thu, 12 Jul 2018 07:06:52 +0200 Subject: [PATCH] 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 --- qt-installer-noninteractive.qs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-installer-noninteractive.qs b/qt-installer-noninteractive.qs index ef81a5ba7..b0ec88022 100644 --- a/qt-installer-noninteractive.qs +++ b/qt-installer-noninteractive.qs @@ -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); }