summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2024-02-07 14:26:45 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-02-14 20:47:29 +0000
commit7c9efdf40c9d9f7f89f7a9be0c06e0d3ec54ec2c (patch)
tree737d51aaa4e7fbf93f608aceea03e26ccd41bb7b /config_help.txt
parentfec4984dc9e5ded182cab9662eca74d4eb3b12e2 (diff)
Add configure mappings for QT_BUILD_<TESTS|EXAMPLES>_PROJECT
Pick-to: 6.7 Change-Id: I1e9f877c4c9b6257f4f90e3361d5a0226e62e841 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index 180496467c..f77639f7de 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -196,6 +196,12 @@ Component selection:
-skip <repo>[,<repo>] Exclude one or more entire repositories from the
build. The list should be separated with commas.
e.g. -skip qtimageformats,qtsvg
+ -skip-tests <repo>[,<repo>] ... Skip building tests for one or more
+ repositories. The list should be separated with commas.
+ e.g. -skip-tests qtimageformats,qtsvg
+ -skip-examples <repo>[,<repo>] ... Skip building examples for one or more
+ repositories. The list should be separated with commas.
+ e.g. -skip-examples 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,