diff options
author | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2017-02-08 20:39:04 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2017-02-22 07:46:16 +0000 |
commit | aa88fe8417eb78944b48b5855024e558b4a0f0a5 (patch) | |
tree | d95c3902e29e0a06e763ad489807efbe0f279897 /config_help.txt | |
parent | 5f209542916065775cdd23415aee4a7dee98e902 (diff) | |
download | qtbase-aa88fe8417eb78944b48b5855024e558b4a0f0a5.tar.gz |
don't make false promises about configure FOO=bar assignments
they don't actually override values from pkg-config.
Change-Id: I00bc7f4bcbfb4e036cb1ac9fa842d68523f54605
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r-- | config_help.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config_help.txt b/config_help.txt index 8a9db24fae..fb3b2225c6 100644 --- a/config_help.txt +++ b/config_help.txt @@ -1,8 +1,7 @@ Usage: configure [options] [assignments] Configure understands variable assignments like VAR=value on the command line. -These override any values possibly obtained from pkg-config. The variables -are mentioned in the descriptions of the options they relate to. +The variables are mentioned in the descriptions of the options they relate to. It is also possible to manipulate any QMAKE_* variable, to amend the values from the mkspec for the build of Qt itself, e.g., QMAKE_CXXFLAGS+=-g3. |