Is my option to simply avoid using Qt for OpenSSL projects when the projects must also be deployed to iOS?
On Mon, Mar 24, 2014 at 11:07 AM, Thiago Macieira <[email protected] > wrote: > Em seg 24 mar 2014, às 04:48:23, Derek Cole escreveu: > > What I meant was: do I specify which openssl at configure /compile time > > for Qt, and it always uses that one, or do I specify OPENSSL_LIBS for > > every project I build with that version of Qt? > > You specify at Qt's compile time, since Qt needs to find it. > > You can replace it at runtime, though. That's just one more DLL/dylib/so > file. > However, unlike other libraries, OpenSSL is known for breaking binary > compatibility. > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
