Of cause, It's only Qt5 issue. and only happened on Windows. (As I know on
Linux everything works well)
See:

> const QString subProcess = subProcessArgs.takeFirst();
>         if (!subProcess.startsWith('-')) {
>             *const int exitCode = QProcess::execute("qbs-" + subProcess,
> subProcessArgs);
> *            if (exitCode != -2)
>                 return exitCode;
>         }
>

If re-direct to some log, like this: "qbs platforms ls > output.log &&
output.log", Then you can see what you want.
Any comments?

-- 
Please don't ask where I come from, It's a shame!
Best Regards
Yuchen
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to