[Qt-interest] Fwd: Fwd: qmake and staticlib issue
ami guru
dosto.walla at gmail.com
Mon Apr 20 17:28:51 CEST 2009
Hello Farid,
I have tried according the way you have suggested.
Still having the same error.
Any other way you can suggest to track that ?
Regards
Sajjad
---------- Forwarded message ----------
From: Farid Derradji <farid.derradji at itwm.fraunhofer.de>
Date: Mon, Apr 20, 2009 at 1:25 PM
Subject: Re: [Qt-interest] Fwd: qmake and staticlib issue
To: ami guru <dosto.walla at gmail.com>
> I have serialized the static libs according to the order and linking them
> in that order as well.
>
> libVrMath is stand-alone
> libDataStructs depends on libVrMath
>
> libGraphics depends both on libVrMath and libDataStructs
>
>
> And in the .pro file i am linking them in that order as well
Hello Sajjad,
As far as I have understood, the following dependencies exist:
libGraphics +------------> libDataStructs
| |
| |
| |
| \ /
+------------> libVrMath
Then the following link order would be correct:
LIBS = libGraphics \
= libDataStructs \
= libVrMath
But as far as I can see in your first email you specified the link order
just vice versa.
Regards
Farid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090420/02cbaf78/attachment.html
More information about the Qt-interest-old
mailing list