Refactor .travis.yml and qt installation
This commit is contained in:
@@ -33,8 +33,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
|
||||
var widget = gui.currentPageWidget();
|
||||
|
||||
widget.deselectAll();
|
||||
widget.selectComponent("qt.qt5.5101.gcc_64");
|
||||
|
||||
widget.selectComponent("qt.qt5." + installer.environmentVariable("QTVER") + ".gcc_64");
|
||||
gui.clickButton(buttons.NextButton);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user