Remove QT_NO_QWS_MULTIPROCESS
Change-Id: I1d6731dc5268919d0c36d5d27285321742be708f Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
This commit is contained in:
parent
de5ebd342f
commit
5a3496ce88
@ -495,7 +495,6 @@ class QDataStream;
|
||||
# define QT_NO_LPR
|
||||
# define QT_NO_SHAREDMEMORY // only POSIX, no SysV and in the end...
|
||||
# define QT_NO_SYSTEMSEMAPHORE // not needed at all in a flat address space
|
||||
# define QT_NO_QWS_MULTIPROCESS // no processes
|
||||
#endif
|
||||
|
||||
# include <QtCore/qfeatures.h>
|
||||
@ -1452,7 +1451,6 @@ Q_CORE_EXPORT int qrand();
|
||||
#ifdef Q_OS_QNX
|
||||
// QNX doesn't have SYSV style shared memory. Multiprocess QWS apps,
|
||||
// shared fonts and QSystemSemaphore + QSharedMemory are not available
|
||||
# define QT_NO_QWS_MULTIPROCESS
|
||||
# define QT_NO_QWS_SHARE_FONTS
|
||||
# define QT_NO_SYSTEMSEMAPHORE
|
||||
# define QT_NO_SHAREDMEMORY
|
||||
|
@ -262,7 +262,7 @@ public:
|
||||
int refreshRate;
|
||||
QVNCServer *vncServer;
|
||||
|
||||
#if !defined(QT_NO_QWS_MULTIPROCESS) && !defined(QT_NO_SHAREDMEMORY)
|
||||
#if !defined(QT_NO_SHAREDMEMORY)
|
||||
QSharedMemory shm;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user