diff options
author | Ritt Konstantin <qnx@ics.com> | 2011-06-21 11:51:09 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-06-21 12:05:42 (GMT) |
commit | 7657f6c1d9ee8b3c55eb291dda123565d45d645a (patch) | |
tree | 64b920a9da063e408bdde385f26b0167adb5f3f8 /src/corelib/global | |
parent | d869e1ad4b0007757e97046609de2097cd9e9c5d (diff) | |
download | Qt-7657f6c1d9ee8b3c55eb291dda123565d45d645a.zip Qt-7657f6c1d9ee8b3c55eb291dda123565d45d645a.tar.gz Qt-7657f6c1d9ee8b3c55eb291dda123565d45d645a.tar.bz2 |
implement POSIX IPC based QLock, QWSLock and QWSSharedMemory 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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index c927556..c7b0b50 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -2746,13 +2746,6 @@ QT_LICENSED_MODULE(DBus) # define QT_NO_CONCURRENT_FILTER #endif -#ifdef Q_OS_QNX -// 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 -#endif - #if defined (__ELF__) # if defined (Q_OS_LINUX) || defined (Q_OS_SOLARIS) || defined (Q_OS_FREEBSD) || defined (Q_OS_OPENBSD) || defined (Q_OS_IRIX) # define Q_OF_ELF |