qt6-bb10/qmake/generators/unix
Oswald Buddenhagen 9d76beee5b qmake: don't mess up linking order of libraries
... which are specified by full filepath, by making the de-duplication
consistent with that applied to libs specified with -l, that is, last
one wins.

the problem existed "forever", but it became more visible after the
recent configure changes.

fwiw, Win32MakefileGenerator is not affected, because it has the
opposite problem: it de-duplicates everything (including object files)
in "last one wins mode". it might make sense to change that as well.

Change-Id: Id7ef1d394fcc9d444450672c06a6f11af2b19eab
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
2018-12-14 17:20:11 +00:00
..
unixmake.cpp qmake: don't mess up linking order of libraries 2018-12-14 17:20:11 +00:00
unixmake.h qmake: fix the precedence of QMAKE_LIBDIR_POST 2018-10-12 18:06:49 +00:00
unixmake2.cpp qmake: fix .prl file generation for bundles 2018-11-07 10:32:52 +00:00