qtbase/examples/network
Kai Köhne ced47a590a Examples: Disable QtC junction points for examples using 'shared' directory
To work around path length limiations, Qt Creator optionally uses junction
points to shorten the build directories. This however breaks examples
that require sources outside their 'root' directory.

QUIP 13 states that examples should be self-contained. Anyhow, fixing this
is a larger effort, so for now just disable junction points in Qt Creator
for these examples.

Task-number: QTBUG-128914
Pick-to: 6.8
Change-Id: Ifb5e6944d936c82b1dba9fe3b81bebc1c8320168
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2024-11-26 15:20:41 +02:00
..
blockingfortuneclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
broadcastreceiver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
broadcastsender CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
dnslookup CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
doc Update icons in the torrent example 2023-12-18 13:56:04 +01:00
fortuneclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
fortuneserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
http CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multicastreceiver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multicastsender CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multistreamclient Examples: Disable QtC junction points for examples using 'shared' directory 2024-11-26 15:20:41 +02:00
multistreamserver Examples: Disable QtC junction points for examples using 'shared' directory 2024-11-26 15:20:41 +02:00
network-chat examples/*/network-chat: port to std::chrono intervals 2024-10-03 23:03:28 +03:00
rsslisting CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
securesocketclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
secureudpclient CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
secureudpserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
shared Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
threadedfortuneserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
torrent examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
CMakeLists.txt wasm: disable network examples 2024-10-15 17:27:57 +02:00
README
network.pro Move RSS listing example to networking 2023-06-14 11:57:31 +02:00

README

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.