qt5base-lts/examples/network
Kai Köhne bec264c15f Examples: Use Qt6:: to qualify Qt CMake packages
This is what we promote also in the documentation.

Change-Id: If91aebafe861b0c934acbb2c69afd182abc3345d
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-11-17 19:59:11 +01:00
..
blockingfortuneclient Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
broadcastreceiver Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
broadcastsender Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
dnslookup Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
doc Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
download Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
downloadmanager Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
fortuneclient Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
fortuneserver Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
googlesuggest Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
http Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
loopback Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
multicastreceiver Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
multicastsender Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
multistreamclient Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
multistreamserver Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
network-chat Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
securesocketclient Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
secureudpclient Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
secureudpserver Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
threadedfortuneserver Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
torrent Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
network.pro Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01: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.