aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2024-03-20 10:29:39 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2024-03-20 11:59:13 +0000
commitc16e15f37b1f961d7862a9bb8197f22034a700ad (patch)
treef78320361fbb40cb23615d74d29e0ea30d6ed524 /doc/qtcreator/src/projects
parentf75e26005fc6f6650393fca7c5189305f8938b2f (diff)
doc: Update information about main build system
Also clarify that the set of supported build systems is not fixed. Change-Id: Ida2588c599a4fc4deadfd62b10fb47c2bbda5457 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
index 1efac95137c..f91d6e2b0cb 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc
@@ -48,8 +48,9 @@
\image qtcreator-custom-wizard.png {Wizard details in the New Project dialog}
In most project wizards, you can choose the build system to use for
- building the project: qmake, CMake, or Qbs. If you do not get to choose,
- the project uses qmake as the build system.
+ building the project: qmake, CMake, Qbs, and possibly others, depending on
+ which plugins you have installed. If you do not get to choose,
+ the project usually uses CMake as the build system.
\image qtcreator-new-project-build-system-qt-gui.png {Define Build System dialog}