[Interest] Struggling to build qt 5.9.9 for iOS

Kai Köhne Kai.Koehne at qt.io
Mon Aug 12 08:36:17 CEST 2019


> -----Original Message-----
> From: Interest <interest-bounces at qt-project.org> On Behalf Of maitai
> Sent: Sunday, August 11, 2019 2:16 PM
> To: Interest at qt-project.org
> Subject: Re: [Interest] Struggling to build qt 5.9.9 for iOS
> 
> We are using our own zlib library. The fact is that without changing a line of code in our projet it compiles perfectly using 5.9.8, so the SDK seems to have everything needed.
 [...]
> FYI based on what you said I added -qt-zlib to configure options, and now my
> app compiles and runs OK. I don't know if it is a normal option for such a build

-qt-zlib will let Qt to use its own zlib implementation (in qtbase/src/3rdparty/zlib), ignoring your own one.

Kai



More information about the Interest mailing list