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
