summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-02-02 17:04:44 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-02-03 21:21:28 +0100
commit40155ddd0ebec827b315549c5d528d8d3070f5fb (patch)
tree4015319b1153461d35b9b4b65a9179e54c87a0e9 /config_help.txt
parentb43528ea0089db3d1cefc2023babeeb3823f5cb9 (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 Pick-to: 6.2 6.3 Change-Id: I6a48828b2fd7cec9f6e19988f7b4033333768abb Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
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 839a21bb61..941602eb17 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,