Update for Qt 5.10 (#4202)

* Update Readme for Qt 5.10

* Update cmake for Qt 5.10

* Update travis to Qt 5.10.1
This commit is contained in:
Megamouse
2018-02-22 23:08:14 +01:00
committed by Ivan
parent cf1c45dfe8
commit 5266dd6c60
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent("qt.qt5.5100.gcc_64");
widget.selectComponent("qt.qt5.5101.gcc_64");
gui.clickButton(buttons.NextButton);
}