qt6-bb10/examples/network
Alexandru Croitor 3b30b0fc2e CMake: Add deployment API to our examples
Projects were modified using the tool at:
https://git.qt.io/alcroito/cmake_refactor

A couple of examples had to be adapted manually, due to them including
more than one app per example subdirectory.

The INSTALL_EXAMPLESDIR and INSTALL_EXAMPLEDIR assignments were
removed.

The install(TARGETS) calls were modified according to our
documentation snippets for qt_generate_deploy_app_script.

A qt_generate_deploy_app_script call was added for each executable
target.

Note that the deployment step will be skipped in the CI for now,
because we enable QT_DEPLOY_MINIMAL_EXAMPLES and thus
QT_INTERNAL_SKIP_DEPLOYMENT, and also because standalone examples
are not enabled yet, and deployment is disabled for in-tree (so
no-standalone-example) prefix builds.

The install(TARGETS) calls for each example will still run,
installing the examples into an installed_examples directory, that
will not be archived by the CI.

Pick-to: 6.7
Task-number: QTBUG-102056
Task-number: QTBUG-102057
Change-Id: Ida389bbad41710b2ae5da4d95e2d85be9e0cd9ce
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
2024-03-22 20:23:52 +01: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 CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
multistreamserver CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
network-chat CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01: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 CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
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.