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
