summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-03-09 10:32:14 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-03-15 18:00:10 +0100
commit31e78d51eff3eb0c0b124618775961c8ae4f3ebc (patch)
tree9536c4db13d672b2bf17b8617b7eb3ec24a8d42e /src/network
parenta818885a3d62498d03bd6074ece602d1cbb0cd16 (diff)
Doc: Use new global include snippets in Qt Network landing page
Task-number: QTBUG-100369 Pick-to: 6.3 Change-Id: I985d49640dbd63d48e4614063309a8130225ff57 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/doc/src/qtnetwork.qdoc13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc
index dfc39e8b44..087d39b834 100644
--- a/src/network/doc/src/qtnetwork.qdoc
+++ b/src/network/doc/src/qtnetwork.qdoc
@@ -34,16 +34,17 @@
applications that use TCP/IP. Operations such as requests, cookies, and
sending data over HTTP are handled by various C++ classes.
- \include module-use.qdocinc using qt module
- \snippet doc/snippets/CMakeLists.txt 0
+ \section1 Using the Module
- See also the \l {Build with CMake} overview.
+ \include {module-use.qdocinc} {using the c++ api}
- \section2 Building with qmake
+ \section2 Building with CMake
+
+ \include {module-use.qdocinc} {building with cmake} {Network}
- Add \c network to the \c QT variable:
+ \section2 Building with qmake
- \snippet network/network.pro 0
+ \include {module-use.qdocinc} {building_with_qmake} {network}
\section1 Articles and Guides