Provide the bundled zlib headers for external access
authoraavit <eirik.aavitsland@digia.com>
Mon, 26 Nov 2012 14:23:20 +0000 (15:23 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 28 Nov 2012 15:21:57 +0000 (16:21 +0100)
commitca35995c1b46f1ede83cbaf64c3351336de7c4f2
tree68cdd9cb5cac10940f17c8a231deba088669b511
parentd7ab351cddbebc8bd4fbd20b056158fcd8401d55
Provide the bundled zlib headers for external access

(Currently, the Qt5 windows packages lack the tiff and mng plugins
from qtimageformats because of this issue.)

If Qt is configured to use its bundled zlib, it is compiled into
QtCore, and the public symbols are exported so that it can be used
by other Qt libraries. However, after modularization, this did not
work for libraries outside qtbase, since they did not have access
to the headers of the bundled zlib.
This commit fixes that.

Ref. also 1f461ac45bfa8887261510a95fb33a346d68eaba

Change-Id: Ie986f47e00fd0c16f2ba04d27f4258a20d61b260
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/corelib/tools/tools.pri
src/tools/bootstrap/bootstrap.pro
sync.profile