[Development] Errors creation iOS OpenSSL project (Repost)

Thiago Macieira thiago.macieira at intel.com
Mon Mar 24 16:07:07 CET 2014


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




More information about the Development mailing list