QProcess/Win fix forwarding of output channels
authorJoerg Bornemann <joerg.bornemann@digia.com>
Thu, 27 Sep 2012 13:33:45 +0000 (15:33 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Sep 2012 10:46:43 +0000 (12:46 +0200)
commit219b0d21747816cebf8016be6e2433394ee246c7
tree70756a71ee85de4ac6d168733cdac87c2f803906
parent1bface4f3e123006cc85d9b262dfaa7d0d4ff0f3
QProcess/Win fix forwarding of output channels

We must not create pipe readers for the forwarded channels as we don't
want to read from stdout/stderr into the internal QProcess buffer.
Also, we must not pass CREATE_NO_WINDOW to CreateProcess because this
will render our stdout/stderr handles useless.

Change-Id: Ie6485e86c103d1e9225cf39c04aa54093c1efe0d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/corelib/io/qprocess_win.cpp