summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2024-02-13 18:48:03 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2024-03-05 12:59:21 +0100
commitc88b86fcc4fb39eff6fc3b08e045efadc076ca38 (patch)
tree44f56ba45688be4cb5e138a45755a6e1b3559068 /config_help.txt
parent7b6289a0358274ec3c37cabd5b7d7212508a4e8a (diff)
CMake: Document -init-submodules option of the super configure script
And mention the init-repository --help section for additional options that can be passed to adjust the cloning process. This should only be merged after the qt5.git change is merged. Task-number: QTBUG-120030 Change-Id: I16c36f8d5d5d75521ca3f4a476dd921537f9db9c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index f77639f7de..c6273a53f7 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -202,6 +202,15 @@ Component selection:
-skip-examples <repo>[,<repo>] ... Skip building examples for one or more
repositories. The list should be separated with commas.
e.g. -skip-examples qtimageformats,qtsvg
+ -init-submodules ..... When configure is called from the qt git super module,
+ it will automatically clone and initialize the
+ repositories specified by the -submodules option. When
+ no -submodules are specified, and no existing
+ submodules are cloned, a default set of submodules
+ will be initialized. To adjust other aspects of the
+ cloning process, check the init-repository --help
+ output for additional options that can be passed
+ to configure.
-make <part> ......... Add <part> to the list of parts to be built.
Specifying this option clears the default list first.
(allowed values: libs, tools, examples, tests,