summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorRitt Konstantin <qnx@ics.com>2011-06-21 11:51:08 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2011-06-21 12:05:42 (GMT)
commitd869e1ad4b0007757e97046609de2097cd9e9c5d (patch)
tree5ff57ff14b0c7cf55c74ac91c9eefc9631e482b9 /src/corelib/global
parent6ef4abaa9cd7d465cbae5cbf8cb4664bef387d10 (diff)
downloadQt-d869e1ad4b0007757e97046609de2097cd9e9c5d.zip
Qt-d869e1ad4b0007757e97046609de2097cd9e9c5d.tar.gz
Qt-d869e1ad4b0007757e97046609de2097cd9e9c5d.tar.bz2
implement POSIX IPC based QSystemSemaphore and QSharedMemory backends
Merge-request: 1259 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 08f9eb0..c927556 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -2747,12 +2747,10 @@ QT_LICENSED_MODULE(DBus)
#endif
#ifdef Q_OS_QNX
-// QNX doesn't have SYSV style shared memory. Multiprocess QWS apps,
-// shared fonts and QSystemSemaphore + QSharedMemory are not available
+// QNX doesn't have SYSV style shared memory. Multiprocess QWS apps
+// and shared fonts are not available
# define QT_NO_QWS_MULTIPROCESS
# define QT_NO_QWS_SHARE_FONTS
-# define QT_NO_SYSTEMSEMAPHORE
-# define QT_NO_SHAREDMEMORY
#endif
#if defined (__ELF__)