summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-01-05 16:08:26 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-03-23 17:02:10 +0100
commit1f1ae40d94629470413f01a3ee5563bc6f96358f (patch)
treec9c22043c8c4d253c2a5a05fde0c3057617b4574
parent3db59b1088494c8efb75e438afa6aa4e6ec90603 (diff)
downloadqtdoc-1f1ae40d94629470413f01a3ee5563bc6f96358f.tar.gz
Doc: Mention the official CMake tutorial
Pick-to: 6.3 Change-Id: I1a4a955930691715bc19312b8888a67b6ee8aaaf Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/cmake/cmake-manual.qdoc2
-rw-r--r--doc/src/external-resources.qdoc5
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc
index 304bf5be..f4da5198 100644
--- a/doc/src/cmake/cmake-manual.qdoc
+++ b/doc/src/cmake/cmake-manual.qdoc
@@ -392,6 +392,8 @@
The official \l{CMake Documentation}{CMake Documentation} is an invaluable
source for working with CMake.
+ The official \l{CMake Tutorial} covers common build system tasks.
+
The book \l{Professional CMake: A Practical Guide} provides a great
introduction to the most relevant CMake features.
*/
diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index 4dd77d2f..9c4626d7 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -650,6 +650,11 @@
*/
/*!
+ \externalpage https://cmake.org/cmake/help/latest/guide/tutorial/
+ \title CMake Tutorial
+*/
+
+/*!
\externalpage https://cmake.org/cmake/help/latest/prop_tgt/AUTOMOC.html#including-header-moc-files-in-sources
\title Including header moc files in sources
*/