[Development] Qt 5.7.1 packages available
Thiago Macieira
thiago.macieira at intel.com
Wed Nov 16 17:59:53 CET 2016
On quarta-feira, 16 de novembro de 2016 11:36:37 PST Helio Chissini de Castro
wrote:
> Hi
>
> Png configure detection is adding 3rd party directory to compile even if
> told -system-png.
>
> Attached a patch to fix it.
> Should i submit to 5.7 branch on gerrit ?
Yes, unless it also applies to 5.6, in which case send to 5.6.
Note that you can merge the two condition lines in one in both hunks and avoid
reindentation of the conditional code.
By extension of what you've found, is qtzlib being compiled even if -system-
zlib is on? I don't think that's the case because QT_CONFIG contains either
"zlib" or "system-zlib", but not both, whereas it may contain both "png" and
"system-png", ditto for "jpeg" and "system-jpeg". The wonders of hand-rolled
scripts...
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list