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 02:49:13 +0000
commita77c2694bdfaf6c9922511aa6a0703f246d8b2cd (patch)
tree1281a76fcb993420d392d3b2a57a01935a15b9b6 /config_help.txt
parent35aa62cea30d2f3901c51d119d731ce3b152759c (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 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,