summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-01-06 14:53:38 -0200
committerQt by Nokia <qt-info@nokia.com>2012-03-22 18:59:45 +0100
commit76f2aa139a7276278fb962de79fcf0a94bf063df (patch)
treeb6ac3f74d5d25724403035835484b25c1f087c84 /tools
parente2a8ad145ec0b31ce78508774935f22026ceba63 (diff)
Fix the build of qt-freetype with -system-zlib
The static library needs to link to zlib too, so that the plugins using this library link to zlib. At runtime this doesn't make a difference because -system-zlib means QtCore is linked to zlib and the system zlib shared library was loaded, so the symbols are resolved. However, since -Wl,-no-undefined was added to the build, the plugin must link to zlib explicitly too. Change-Id: I10d6df8814e823079fee76ae6a7d5b55057c9daf Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions