summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-02-02 17:04:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-04 10:16:14 +0000
commitbcc1ca6ee3870ffeecf950bb45230dd43b2d5162 (patch)
tree090d5c9ff357c2146f7331355c7596de68ca884e /config_help.txt
parent9ffcb60950182c41c7f019c05011127fb5dffb5b (diff)
configure: Allow specifying a comma separated list to -skip option
This makes skipping a list of submodules more concise. e.g. instead of passing -skip qtsvg -skip qtimageformats -skip qtmultimedia pass -skip qtsvg,qtimageformats,qtmultimedia Change-Id: I6a48828b2fd7cec9f6e19988f7b4033333768abb Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 40155ddd0ebec827b315549c5d528d8d3070f5fb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 10c2f7bf82..6e11f30851 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -167,7 +167,9 @@ Build environment:
Component selection:
- -skip <repo> ......... Exclude an entire repository from the build.
+ -skip <repo>[,<repo>] Exclude one or more entire repositories from the
+ build. The list should be separated with commas.
+ e.g. -skip qtimageformats,qtsvg
-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,