[Interest] static qt without zlib

Konrad Rosenbaum konrad at silmor.de
Fri Nov 22 13:49:43 CET 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131122/6fb5574b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131122/6fb5574b/attachment.sig>


More information about the Interest mailing list