qt5base-lts/examples/network
Kai Köhne 131681652e Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties
Both are FALSE by default, so no point in explicitly setting
them to FALSE.

In addition, dbus/listnames is a command line tool. No reason
to set WIN32_EXECUTABLE, MACOSX_BUNDLE here.

Pick-to: 6.3
Change-Id: I99aaf27a0267c5575bd2ee5b6183991fce721f44
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2021-12-17 10:38:49 +01:00
..
blockingfortuneclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
broadcastreceiver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
broadcastsender Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
dnslookup Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
doc Update the HTTP example 2020-10-28 08:48:26 +02:00
download Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
downloadmanager Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
fortuneclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
fortuneserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
googlesuggest Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
http Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
loopback Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multicastreceiver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multicastsender Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multistreamclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
multistreamserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
network-chat Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
securesocketclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
secureudpclient Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
secureudpserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
torrent Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00: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.