From 2097932dc54b3ef9a369da956704733792e965b3 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 6 Mar 2020 15:51:29 +0100 Subject: Document how to use CMake for Qt Network Add documentation on how to use a module from CMake, alongside the existing documentation about qmake. While at it, also remove the mentioning of the central include; It is not something we should actively advocate anymore. Instead, the documentation of every class gives the correct include to use. Task-number: QTBUG-73058 Change-Id: I71ed5a62f4f0a6d868dd1f84ea39e5ac385a2fb8 Reviewed-by: Leena Miettinen --- src/network/doc/snippets/snippets.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/doc/snippets/snippets.pro') diff --git a/src/network/doc/snippets/snippets.pro b/src/network/doc/snippets/snippets.pro index 39153e0c8e6..bdf854e454b 100644 --- a/src/network/doc/snippets/snippets.pro +++ b/src/network/doc/snippets/snippets.pro @@ -2,6 +2,8 @@ TEMPLATE = app TARGET = network_cppsnippets +# ![0] QT += network +# ![0] SOURCES += network/tcpwait.cpp -- cgit v1.2.3