Commit c577327d authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/5.4' into 5.5

Change-Id: I9ca14dbd9e5d4c192a223a20cfa3a0fd75f20fb7
Showing with 2 additions and 0 deletions
...@@ -139,6 +139,8 @@ static bool runWithQtInEnvironment(const QString &cmd) ...@@ -139,6 +139,8 @@ static bool runWithQtInEnvironment(const QString &cmd)
} }
CloseHandle(pi.hThread); CloseHandle(pi.hThread);
CloseHandle(pi.hProcess); CloseHandle(pi.hProcess);
if (exitCode)
fprintf(stderr, "\"%s\" returned exit code: %ul\n", qPrintable(cmd), exitCode);
return exitCode == 0; return exitCode == 0;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment