diff options
author | Ritt Konstantin <qnx@ics.com> | 2011-06-21 11:51:06 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-06-21 12:05:40 (GMT) |
commit | 3cd73f550256069c6756b0b01d717f1f42b83068 (patch) | |
tree | 86d7b39888f6f43ef6cd856b0c87569323176afc /src/corelib/global | |
parent | 09cd27db5e9f35834edccbc56f938fe340daa14f (diff) | |
download | Qt-3cd73f550256069c6756b0b01d717f1f42b83068.zip Qt-3cd73f550256069c6756b0b01d717f1f42b83068.tar.gz Qt-3cd73f550256069c6756b0b01d717f1f42b83068.tar.bz2 |
make QProcess really work on QNX
a multi-threaded QNX Process can't fork properly so we call spawn() instead
Merge-request: 1259
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qglobal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 32b3e6b..08f9eb0 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -2753,8 +2753,6 @@ QT_LICENSED_MODULE(DBus) # define QT_NO_QWS_SHARE_FONTS # define QT_NO_SYSTEMSEMAPHORE # define QT_NO_SHAREDMEMORY -// QNX currently doesn't support forking in a thread, so disable QProcess -# define QT_NO_PROCESS #endif #if defined (__ELF__) |