diff options
author | Kai Köhne <kai.koehne@qt.io> | 2021-03-31 16:19:58 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2021-07-19 11:52:11 +0000 |
commit | 65c0654ef896283c3d2c7150740c687ffc1ff8cd (patch) | |
tree | 08a3932837258f2444fc68cad24fd2aa12640163 | |
parent | 868c4886fa394225ca92a56d0c882109b4942a8e (diff) | |
download | qtdoc-65c0654ef896283c3d2c7150740c687ffc1ff8cd.tar.gz |
cmake: Rename 'Get started' to 'Getting started'
This is how the section is called in other manuals.
Change-Id: I309470b91680039899384fb9d12c723da6f2d0d5
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 8bcdf0f3190bb6169056f08d924d80d1b6a9b3c4)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | doc/src/cmake/cmake-manual.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc index 5bfbeafe..eb3a9b08 100644 --- a/doc/src/cmake/cmake-manual.qdoc +++ b/doc/src/cmake/cmake-manual.qdoc @@ -31,7 +31,7 @@ \target CMake Manual \title Build with CMake \brief Describes how to use CMake in your development projects. - \nextpage Get started with CMake + \nextpage Getting started with CMake \c{CMake} is a tool to simplify the build process for development projects across different platforms. \c CMake automatically generates build systems, such as Makefiles and Ninja @@ -44,7 +44,7 @@ \section1 Table of Contents \list - \li \l{Get started with CMake} + \li \l{Getting started with CMake} \list \li \l{Build a C++ GUI executable} \li \l{Further reading} @@ -80,7 +80,7 @@ /*! \page cmake-get-started.html - \title Get started with CMake + \title Getting started with CMake \previouspage Build with CMake \nextpage Imported targets @@ -197,7 +197,7 @@ \title Imported targets \brief Provides an overview of the CMake targets imported by Qt. \nextpage Qt 5 and Qt 6 compatibility - \previouspage Get started with CMake + \previouspage Getting started with CMake Each Qt module that is loaded defines a CMake library target. The target names start with \c{Qt6::}, followed by the module name. For example: \c{Qt6::Core}, \c{Qt6::Gui}. |