qt5base-lts/qmake/generators/unix
Oswald Buddenhagen ba9f4942b0 remove questionable libtool "compatibility" code from prl processing
this code would get enabled when *not* compiling with libtool, and would
try to use the real library in .libs/ when one tried to link the .la
file (i.e., it would reproduce libtool's functionality). that directory
structure is found only in build directories, so this code was
apparently meant to support mixed projects. that doesn't sound useful.

on top of that, the other code paths that were supposed to treat .la
files like .prl files were disabled before initial release (because
Somebody (TM) noticed that their code "doesn't behave well"). this code
here did the same thing, but at the wrong abstraction level.

as a side effect, this removes an infinite recursion problem in that
code.

Task-number: QTBUG-46910
Change-Id: If5291f5ff42c1412075c195753162c54598a250e
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-10-01 16:19:51 +00:00
..
unixmake2.cpp remove references to $$QMAKE_CYGWIN_EXE 2015-10-01 16:19:25 +00:00
unixmake.cpp remove questionable libtool "compatibility" code from prl processing 2015-10-01 16:19:51 +00:00
unixmake.h fix quoting issues. all of them. (*) 2015-02-17 18:27:29 +00:00