From a77c2694bdfaf6c9922511aa6a0703f246d8b2cd Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 2 Feb 2022 17:04:44 +0100 Subject: 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 (cherry picked from commit 40155ddd0ebec827b315549c5d528d8d3070f5fb) Reviewed-by: Qt Cherry-pick Bot --- config_help.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config_help.txt') 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 ......... Exclude an entire repository from the build. + -skip [,] Exclude one or more entire repositories from the + build. The list should be separated with commas. + e.g. -skip qtimageformats,qtsvg -make ......... Add to the list of parts to be built. Specifying this option clears the default list first. (allowed values: libs, tools, examples, tests, -- cgit v1.2.3