[PATCH] fix library link order in qmake manager

Andreas Koepfle koepfle at ti.uni-mannheim.de
Tue Aug 5 15:53:04 UTC 2003


Hi,
I'm porting some projects to work with gideons qmake manager and I found a 
problem with the library link order.

If a project links to internal and external libraries, qmake manager puts the 
external libs before the internal libs on the LIBS line in the *.pro file.
However as your internal libraries may depend on the external ones (like e.g. 
SDL,...) the external libs have to come after the internal ones for the 
linker to resolve the dependencies.

This patch just switches the order of the libs when building the LIBS line.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-lib-order
Type: text/x-diff
Size: 1416 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20030805/d20c1037/attachment.bin>


More information about the KDevelop-devel mailing list