summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jocke <j.bygdell@gmail.com>2018-07-12 07:06:52 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-12 07:58:08 -0700
commitfeb256f61e06dfd827e5c3b0ef4c64b4275a4fb3 (patch)
tree27c17c42f1bc517121b32b45c2e2833b86212e22
parent59465b85f6484dedfa2ba9632489ca26f354419f (diff)
downloadsubsurface-feb256f61e06dfd827e5c3b0ef4c64b4275a4fb3.tar.gz
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>
-rw-r--r--qt-installer-noninteractive.qs2
1 files changed, 1 insertions, 1 deletions
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);
}