From 0872b62b2e3429743db89ac84827943f5b630357 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 30 Aug 2016 18:10:41 +0200 Subject: make command line parsing more compliant with configure script - generic --* options are defined to be booleans, without the possibility of having an additional parameter - -qt and -system options don't exist in the --* form - --foo=bar options exist only in the --* form Task-number: QTBUG-55610 Change-Id: Ib0480ac6f479df48045c9de8e854a525862ee363 Reviewed-by: Lars Knoll --- config_help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_help.txt') diff --git a/config_help.txt b/config_help.txt index 76c0c60348..296bf807d9 100644 --- a/config_help.txt +++ b/config_help.txt @@ -46,7 +46,7 @@ Conventions for the remaining options: When an option's description is followed by a list of values in brackets, the interpretation is as follows: 'yes' represents the bare option; all other values are possible prefixes to the option, e.g., -no-gui. Alternatively, the value can be assigned, e.g., --gui=yes. Values are listed in the order they are tried if not specified; +--gui=yes. Values are listed in the order they are tried if not specified; 'auto' is a shorthand for 'yes/no'. Solitary 'yes' and 'no' represent binary options without auto-detection. -- cgit v1.2.3