Enables QProcess back on QNX.
authorRafael Roquetto <rafael.roquetto@kdab.com>
Wed, 15 Feb 2012 15:52:43 +0000 (16:52 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 17 Feb 2012 07:46:40 +0000 (08:46 +0100)
commite3363fd945b3ab961fba720ee013533dd8ba2930
tree2ef072dc27562e365eb28652d7cc51f455d12728
parent147a38faa6afbe616a9e6a123c8dbb5b00e458ef
Enables QProcess back on QNX.

Because fork()/vfork() on QNX are not supported on multithreaded applications,
QProcess had been disabled on this platform. The corresponding code has now
been replaced with functions that wrap around spawn().

Change-Id: I46091b7d41f322a5cad07d17893aa929c84941ef
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/global/qglobal.h
src/corelib/io/qprocess.cpp
src/corelib/io/qprocess_p.h
src/corelib/io/qprocess_unix.cpp