Hi,

On Friday, Friday 22 November 2013 at 11:28, Tim Blechmann wrote:
> i'm trying to compile qt as static library with msvc2012. is it possible
> to do this without building zlib? my application provides its own
> version of zlib, so i'm currently having duplicate symbols from my own
> static zlib and Qt5Core.lib

Zlib is pretty basic to some Qt tools, e.g. Qt Resources (*.qrc) are 
compressed when compiled.

You might try to use a "system zlib", i.e. provide your own copy of zlib as 
the one Qt links to and then use the one linked inside Qt.

Why are you using static linking anyway?


        Konrad

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to