From 09784424dfd584427df2c737a93e20e2e9aa4c9f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 29 Oct 2019 10:51:35 +0100 Subject: [PATCH] Doc: Fix link to "Build with CMake" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to be in a bit of a flux. Please add keywords for the old title when changing it. Change-Id: I323311e6497361f72afd7b63556ab3a7337134f0 Reviewed-by: Topi Reiniƶ --- .../creator-only/creator-projects-build-systems.qdocinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/projects/creator-only/creator-projects-build-systems.qdocinc b/doc/src/projects/creator-only/creator-projects-build-systems.qdocinc index e11cf0c340c..b383c94e99d 100644 --- a/doc/src/projects/creator-only/creator-projects-build-systems.qdocinc +++ b/doc/src/projects/creator-only/creator-projects-build-systems.qdocinc @@ -45,7 +45,7 @@ configuration. qmake is installed and configured when you install Qt. To use one of the other supported build systems, you need to set it up. - \l {CMake Manual}{CMake} is an alternative to qmake for automating the + \l {Build with CMake}{CMake} is an alternative to qmake for automating the generation of build configurations. For more information, see \l {Setting Up CMake}.