Bump Qt version to 5.9.2 for Travis

This commit is contained in:
scribam
2017-10-14 20:18:55 +02:00
committed by Ani
parent f20e0c2898
commit c661578906
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent("qt.591.gcc_64");
widget.selectComponent("qt.592.gcc_64");
gui.clickButton(buttons.NextButton);
}