> -----Original Message----- > From: Interest <interest-boun...@qt-project.org> On Behalf Of maitai > Sent: Sunday, August 11, 2019 2:16 PM > To: Interest@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 _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest