summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-04-17 19:17:25 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-12-07 23:48:11 +0000
commit33276e1cf14095c681ef87f1b44809b5ee1e771f (patch)
tree1d1aaf100b10b796fc3c9a6ffd5b81c628999338 /src
parentd941ebc1505cc45c7d6f8e1b2abdd2e2d9c3afae (diff)
add support for transitive deps to QMAKE_USE
we already knew the dependencies (as they are declared in the json files), but failed to export them in any way, which made linking against statically built external deps which have deps in turn fail (unless the project happened to pull in the dep anyway, as is the case with qtcore + zlib). the previous assumption was that the USE-able library objects would be self-contained, but that is conceptually unclean. instead, properly export the raw dependencies and resolve them only in qmake_use.prf. note that pkg-config produces self-contained output, so we need to actively subtract the dependencies we know. Change-Id: I4b41a7efc05bbd309a6d66275d7557a80efd5af4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions