diff --git a/src/libs/utils/shellcommand.cpp b/src/libs/utils/shellcommand.cpp index 7ec77b49a4c..335142c0ef6 100644 --- a/src/libs/utils/shellcommand.cpp +++ b/src/libs/utils/shellcommand.cpp @@ -377,7 +377,7 @@ Utils::SynchronousProcessResponse ShellCommand::runCommand(const Utils::FileName process.setTimeOutMessageBoxEnabled(true); // Run! - response = process.run(binary.toString(), arguments); + response = process.runBlocking(binary.toString(), arguments); } if (!d->m_aborted) {