qt5base-lts/examples/network
Kai Köhne 251e848007 Remove .prev_CMakeLists.txt
These are left-overs from the initial qmake2cmake conversion.

Pick-to: 6.2
Change-Id: Ie15c9ff022ea4566d10c1ba74599de9af83d29a7
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-12-06 11:23:26 +00:00
..
blockingfortuneclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
broadcastreceiver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
broadcastsender Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
dnslookup Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
doc Update the HTTP example 2020-10-28 08:48:26 +02:00
download Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
downloadmanager Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
fortuneclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
fortuneserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
googlesuggest Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
http Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
loopback Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
multicastreceiver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
multicastsender Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
multistreamclient multistreamclient example: fix compilation 2021-11-16 15:07:36 +01:00
multistreamserver multistreamserver: fix compilation 2021-11-18 18:13:19 +01:00
network-chat Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
securesocketclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
secureudpclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
secureudpserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
torrent Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02: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.