qt5base-lts/qmake
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
..
generators Remove addition of dependencies for static libraries. 2012-10-16 17:31:31 +02:00
library Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
cachekeys.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
main.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
Makefile.unix port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
Makefile.win32 port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
Makefile.win32-g++ port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
meta.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
meta.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
option.cpp Tools: add QLibraryInfo to the bootstrapped library. 2012-10-08 17:14:24 +02:00
option.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
project.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
project.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
property.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
property.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake_pch.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmake.pri port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00
qmake.pro port qmake to qt creator's qmake language evaluator 2012-09-11 00:13:01 +02:00