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?
Sent from my Windows Phone From: Thiago Macieira Sent: 3/24/2014 12:10 AM To: [email protected] Subject: Re: [Development] Errors creation iOS OpenSSL project (Repost) Em dom 23 mar 2014, às 23:44:33, Derek Cole escreveu: > When I a pass that --openssl-linked option on the ./configure line, do I > need to also specify OPENSSL_LIBS at that time? Can someone post some > instructions on how to use a linked OpenSSL with QT? I thought I would be > able to set an OPENSSL_LIBS variable per project/build kit for my projects, > and have a different linked SSL for each of those. Is this an incorrect > assumption? If you use -openssl-linked, then QtNetwork will link to OpenSSL. Then you have to deploy that one, always. -- 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
