summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRichard Brinkman <richardbrinkman@hotmail.com>2013-02-20 13:18:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-22 16:20:16 +0100
commitff05c481387afcd84516a9d11671dff0f5705a28 (patch)
treea7aeb810dc0cc51d4d9a8c999e5a261754c14e8e /configure
parent1aa09f985985b4424073de6b9c0909c7270b5cb6 (diff)
FIX: misleading -(no)make option in configure --help
Clarify in the configure --help documentation that the text between parentheses in the -make option indicates the default parts, not all the parts that can be chosen from. Task-number: QTBUG-28826 Change-Id: Iac9cf294b8054823ecfaf262aeafab7779ce4c8b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4bd39f5d11..3d511e3d72 100755
--- a/configure
+++ b/configure
@@ -3202,7 +3202,7 @@ Third Party Libraries:
Additional options:
-make <part> ....... Add part to the list of parts to be built at make time.
- ($QT_DEFAULT_BUILD_PARTS)
+ (defaults to: $QT_DEFAULT_BUILD_PARTS)
-nomake <part> ..... Exclude part from the list of parts to be built.
-skip <module> ..... Exclude an entire module from the build.