diff options
author | Christian Kandeler <[email protected]> | 2024-03-20 10:46:38 +0100 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2024-03-20 11:51:01 +0000 |
commit | f75e26005fc6f6650393fca7c5189305f8938b2f (patch) | |
tree | 8b5e0058201bb6610b701b8b07ddd764ea255289 | |
parent | a3668827aac57b6199257e54d31d9bc97d87b6c1 (diff) |
doc: Specify that the list of pre-configured build configs is not fixed
E.g. cmake has five of them.
Change-Id: I8521c99335b9b31a7ab5f9691de9639394450fd1
Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r-- | doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc index 0053f52c913..ad28fffa576 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-overview.qdoc @@ -35,8 +35,9 @@ \image qtcreator-build-configurations.png {Build configurations} Different build configurations allow you to quickly switch between - different build settings. By default, \QC creates the following - configurations: + different build settings. \QC creates some configurations by default, + depending on the build system used. They usually include at least + the following: \list \li Debug |