From c88b86fcc4fb39eff6fc3b08e045efadc076ca38 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 13 Feb 2024 18:48:03 +0100 Subject: [PATCH] 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 --- config_help.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config_help.txt b/config_help.txt index f77639f7de5..c6273a53f7f 100644 --- a/config_help.txt +++ b/config_help.txt @@ -202,6 +202,15 @@ Component selection: -skip-examples [,] ... 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 ......... Add to the list of parts to be built. Specifying this option clears the default list first. (allowed values: libs, tools, examples, tests,