qt5base-lts/examples/corelib/ipc
Topi Reinio cf8f369f85 Move Qt Core examples under a common subdirectory
Qt Core examples were scattered into several subdirectories under
qtbase/examples. This caused an issue with the example manifest
file generated by QDoc; it expects to find all examples under a
common directory in order to produde correct paths to the example
.pro files. Qt Creator will not find the examples without a valid
manifest file.

This change moves the examples and edits the documentation files
accordingly.

Task-number: QTBUG-41963
Change-Id: I51d86782e0ba21c5c9bae5f15401ec774abe5cf8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-10-17 14:57:13 +02:00
..
doc Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
localfortuneclient Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
localfortuneserver Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
sharedmemory Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
ipc.pro Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02: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.