From aa88fe8417eb78944b48b5855024e558b4a0f0a5 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 8 Feb 2017 20:39:04 +0100 Subject: [PATCH] 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 --- config_help.txt | 3 +-- 1 file changed, 1 insertion(+), 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.