qt5base-lts/examples/network
Kai Köhne 57402ffb9b Examples: Remove unneeded CMake options
CMAKE_INCLUDE_CURRENT_DIR is not necessary anymore for moc since
CMake 3.8: https://cmake.org/cmake/help/latest/release/3.8.html#other-changes

CMAKE_AUTORCC should not be used anymore. Instead, we now use
qt_add_resources() or similar

Enable CMAKE_AUTOUIC only if .ui files are present.

Pick-to: 6.3
Task-number: QTBUG-87643
Change-Id: I835e2994cd5dba9918136999499b9077961b616c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-01-24 14:00:00 +01:00
..
blockingfortuneclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
broadcastreceiver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
broadcastsender Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
dnslookup Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
doc Update the HTTP example 2020-10-28 08:48:26 +02:00
download Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
downloadmanager Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
fortuneclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
fortuneserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
googlesuggest Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
http Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
loopback Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multicastreceiver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multicastsender Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multistreamclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
multistreamserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
network-chat Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
securesocketclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
secureudpclient Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
secureudpserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
torrent Examples: Remove unneeded CMake options 2022-01-24 14:00:00 +01:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00: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.