summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto@kdab.com>2012-02-15 16:52:43 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-17 08:46:40 +0100
commite3363fd945b3ab961fba720ee013533dd8ba2930 (patch)
tree2ef072dc27562e365eb28652d7cc51f455d12728 /src/corelib/global/qglobal.h
parent147a38faa6afbe616a9e6a123c8dbb5b00e458ef (diff)
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>
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r--src/corelib/global/qglobal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 22e73ede26..7330a49939 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -1751,8 +1751,6 @@ Q_CORE_EXPORT int qrand();
# 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__)