[Qt-interest] add external makefile to qmake project
Andrea Franceschini
therealmorpheu5 at gmail.com
Wed Feb 25 12:28:40 CET 2009
2009/2/25 Jens Luedicke <jens.luedicke at gmail.com>:
> I have an third-party module (static library) that comes with its own
> Makefile and I want to integrate it into a qmake project.
I'm not sure what you mean by static library but I'm going to assume
that you have a library that actually compiles into object files, not
being linked into a shared object. I had a similar situation and what
I did was, in the first place, add the sources of the static library
to my project file and make them compile statically inside my
application, but this was not a solution.
Then I modified the original makefile to build a shared object and
informed the original developer of this. He kindly agreed to accept my
proposal.
--
Andrea
More information about the Qt-interest-old
mailing list