Skip to content
Snippets Groups Projects
Commit 87b233cd authored by inso's avatar inso
Browse files

Update qt-installer-noninteractive.qs

parent 8bd9d0af
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,7 +8,7 @@ function Controller() {
}
Controller.prototype.WelcomePageCallback = function() {
gui.clickButton(buttons.NextButton);
gui.clickButton(buttons.NextButton, 3000);
}
Controller.prototype.CredentialsPageCallback = function() {
......@@ -21,7 +21,7 @@ Controller.prototype.IntroductionPageCallback = function() {
Controller.prototype.TargetDirectoryPageCallback = function()
{
gui.currentPageWidget().TargetDirectoryLineEdit.setText("/tmp/qt/5.8");
gui.currentPageWidget().TargetDirectoryLineEdit.setText("/tmp/qt/5.9");
gui.clickButton(buttons.NextButton);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment