summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-12-01 20:13:08 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-12-03 11:25:56 +0000
commit521a85395da1a2728902816c072ec46bcb0ad380 (patch)
treecc3f0cd306563c9fe30f1518d8654e396e571a61 /configure.json
parent46a2b44b2b7f50ced7f2c0731cc6224478d960c7 (diff)
configure: actually resolve libraries into full filepaths
this considerably speeds up failures, as no doomed build is attempted, and produces more reliable results, as no second lookup (which would be subject to environment changes) is done any more during the build. in principle, this also opens up possibilities like selecting specific variants of dependencies, automatically extracting rpaths, etc. qt_helper_lib.prf also needs to create fully resolved library names now. Change-Id: I65f13564b635433030e40fa017427bbc72d1c130 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 7c79b5c582..69e058e0c2 100644
--- a/configure.json
+++ b/configure.json
@@ -211,7 +211,7 @@
"verifySpec": [ "shared", "use_gold_linker", "compiler-flags", "qmakeargs", "commit" ],
"compile": [ "verifyspec" ],
"detectPkgConfig": [ "cross_compile", "machineTuple" ],
- "library": [ "pkg-config" ],
+ "library": [ "pkg-config", "compiler-flags" ],
"getPkgConfigVariable": [ "pkg-config" ]
},