ca35995c1b
(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
|
||
---|---|---|
.. | ||
bootstrap | ||
moc | ||
qdbuscpp2xml | ||
qdbusxml2cpp | ||
qdoc | ||
rcc | ||
uic | ||
tools.pro |