qt5base-lts/examples/corelib/ipc
Ulf Hermann 2ed9a52ebf Fix compilation without sharedmemory
We have to enable qt_safe_ftok with either sharedmemory or
systemsemaphore. In order to make the resulting QT_CONFIG work with the
bootstrap library we switch the features off for bootstrapping. Some
tests and examples have to be excluded when sharedmemory is not
available.

Change-Id: I3fc3926d160202b378be2293fba40201a4bf50c5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-01-05 08:38:33 +00:00
..
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
localfortuneclient Merge remote-tracking branch 'origin/5.6' into 5.7 2016-10-08 17:15:55 +02:00
localfortuneserver Merge remote-tracking branch 'origin/5.6' into 5.7 2016-10-08 17:15:55 +02:00
sharedmemory Unify license header usage. 2016-03-29 10:20:03 +00:00
ipc.pro Fix compilation without sharedmemory 2017-01-05 08:38:33 +00:00
README Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00

These examples demonstrate IPC support in Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.