qt5base-lts/examples/network
Kevin Funk 99539a2894 Allow to build examples as standalone project
Create CMake config files which can be used from the very same CMake
project. These CMake config files simply do not create any targets,
controlled via the QT_NO_CREATE_TARGETS.

This patch also allows to build qtbase.git:examples as a standalone
project, against an already-built Qt.

Ran this:
  ag -s "QT " examples -l -0 | xargs -0 -n 1 .../util/cmake/pro2cmake.py --is-example

Task-number: QTBUG-74713
Change-Id: I44cce5a4048618b30f890c5b789592c227a8b47d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-06-05 12:53:28 +00:00
..
bearermonitor Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
blockingfortuneclient Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
broadcastreceiver Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
broadcastsender Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
dnslookup Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
doc Document DTLS examples 2018-08-09 03:52:13 +00:00
download Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
downloadmanager Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
fortuneclient Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
fortuneserver Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
googlesuggest Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
http Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
loopback Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
multicastreceiver Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
multicastsender Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
multistreamclient Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
multistreamserver Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
network-chat Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
securesocketclient Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
secureudpclient Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
secureudpserver Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
torrent Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
CMakeLists.txt CMake: Add more examples 2019-03-26 13:03:01 +00:00
network.pro Fix builds without DTLS 2018-10-09 13:14:42 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


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