[Qt-interest] qmake and staticlib issue

Farid Derradji farid.derradji at ITWM.fraunhofer.de
Mon Apr 20 08:49:48 CEST 2009


Hello Sajjad,

I guess that you have problems with the link order of your static libs.
You always have to put in mind that the GNU linker is a pretty stupid tool.


Example:

Let Library A depend on Library B. Hence the correct link order would be
LIBS = A B (not LIBS = B A) !


Regards
Farid



More information about the Qt-interest-old mailing list