qt5base-lts/qmake/generators
Stephen Kelly 102e1822ff Remove addition of dependencies for static libraries.
The content in the prl file is not compatible with what CMake
expects in the value of the IMPORTED_LINK_INTERFACE_LIBRARIES
property. That property expects a list of IMPORTED targets or
full paths to libraries.

The prl file gives us a whitespace separated string of content
suitable for passing to ld, that is, it contains -L and -l content.
As this would take a lot of error prone parsing in cmake code in
order to resolve the content to a list of full paths to libraries
(which can be processed by any cmake generator), it's better to
remove the code until qmake is able to generate a list of full
paths.

Change-Id: I72fe8e862b7f3bd25a7f9a03db94d2e9b815d08a
Reviewed-by: Brad King <brad.king@kitware.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Clinton Stimpson <clinton@elemtech.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-10-16 17:31:31 +02:00
..
integrity Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
mac Make sure the path is quoted in case it has spaces in it 2012-09-28 12:46:43 +02:00
unix Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
win32 qmake: fix reversed defines in vcxproj files 2012-10-13 05:51:19 +02:00
makefile.cpp Remove addition of dependencies for static libraries. 2012-10-16 17:31:31 +02:00
makefile.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
makefiledeps.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
makefiledeps.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
metamakefile.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
metamakefile.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
projectgenerator.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
projectgenerator.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
xmloutput.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
xmloutput.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00