summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-17 09:45:32 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-17 09:45:32 +0100
commitc577327dda0ed253829d52b39f317fbfe9a6a3db (patch)
tree76de217fcc7014cd77a53593820ae8496f4bff4d /src/tools
parent8ee393f9fc26948c22cfdfa4d5c1be95fac968bd (diff)
parent81ab89d7fbfdde25e999e2a0cba505afff812462 (diff)
Merge remote-tracking branch 'origin/5.4' into 5.5
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/idc/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/idc/main.cpp b/src/tools/idc/main.cpp
index 8a34cd1..1cd0ed0 100644
--- a/src/tools/idc/main.cpp
+++ b/src/tools/idc/main.cpp
@@ -139,6 +139,8 @@ static bool runWithQtInEnvironment(const QString &cmd)
}
CloseHandle(pi.hThread);
CloseHandle(pi.hProcess);
+ if (exitCode)
+ fprintf(stderr, "\"%s\" returned exit code: %ul\n", qPrintable(cmd), exitCode);
return exitCode == 0;
}