summaryrefslogtreecommitdiffstats
path: root/qt-installer-noninteractive.qs
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-31 10:08:56 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-31 10:16:29 -0700
commit4e16bd7dcedd38eab9dac86b6bae3b1858c59fbb (patch)
tree2b2d9e93ce6ef98991c8eda655cddf20fcbeeee4 /qt-installer-noninteractive.qs
parent286bac6d30cf0b9ba5ad2a1fb6cce3287d5aa544 (diff)
downloadsubsurface-4e16bd7dcedd38eab9dac86b6bae3b1858c59fbb.tar.gz
Android build script: update for Qt 5.9
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-installer-noninteractive.qs')
-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 b6c6c2a59..7ac079e30 100644
--- a/qt-installer-noninteractive.qs
+++ b/qt-installer-noninteractive.qs
@@ -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);
}