Skip to content

Commit

Permalink
fix silent qt
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Jul 25, 2018
1 parent 263b11d commit 4c90def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silent_qt_install.qs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();

widget.deselectAll();
widget.selectComponent("qt.57.gcc_64");
widget.selectComponent("qt.5111.gcc_64");

gui.clickButton(buttons.NextButton);
}
Expand Down

0 comments on commit 4c90def

Please sign in to comment.