[Qt-interest] Question on static building of qt based libs

Matthias Pospiech matthias.pospiech at gmx.de
Tue Mar 2 08:09:57 CET 2010


I have a external (open source) library which is build using qt, but has 
no dll export declarations,
which means that I can not have .lib files for msvc (mingw works though).
If I compile this lib static, does this require any other lib (e.g. the 
qt libs), to be static build as well,
or is this completely independend and nothing I need to worry about?

In the actual project I would want to link the lib statically and the qt 
libs as dlls.

Matthias



More information about the Qt-interest-old mailing list