Skip to content

Commit

Permalink
Added webengine module install.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Dec 9, 2017
1 parent b77ac23 commit aaac986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/osx/qt_install.qs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Controller.prototype.TargetDirectoryPageCallback = function() {
Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent('qt.qt5.5100.qtwebengine');
widget.selectComponent('qt.qt5.5100.clang_64');
gui.clickButton(buttons.NextButton);
}
Expand Down
1 change: 1 addition & 0 deletions util/ubuntu/qt_install.qs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Controller.prototype.TargetDirectoryPageCallback = function() {
Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent('qt.qt5.5100.qtwebengine');
widget.selectComponent('qt.qt5.5100.gcc_64');
gui.clickButton(buttons.NextButton);
}
Expand Down

0 comments on commit aaac986

Please sign in to comment.