From ca6f11dcf207aa51ce32c9813ad1ab3790bb31ee Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 21 Dec 2015 18:13:23 +0100 Subject: write all properties to qt.conf when -external-hostbindir is used the presence of a [Paths] section causes QLibraryInfo to derive all property values according to the Qt default directory layout, disregarding the compiled-in paths from configure. consequently, we need to write them all to qt.conf as well. Change-Id: I3558e9aef1fce956812ea91e216f53bf7934c285 Reviewed-by: Joerg Bornemann Reviewed-by: David Schulz --- configure | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/configure b/configure index 67ac5a144f..f29291630f 100755 --- a/configure +++ b/configure @@ -4190,6 +4190,23 @@ if [ -n "$CFG_HOST_QT_TOOLS_PATH" ]; then cat >> "$QTCONFFILE" <