Are you referring to anything in particular? I'm using openssl-linked, which indicates that I wish to "Enabled linked OpenSSL support." On the other other hand, openssl indicates that I wish to "Enable run-time OpenSSL support."
I'm using openssl-linked, which is what I want for a static compile, but it's failing silently and requiring the dll's anyway.
I've been trying fruitlessl to compile something that works with this process, I've spent over 24 hours of lost development time on this now by my count. It's really mind-blowing how staggering it is to enable a basic feature of the framework, and how undocumented this is on Nokia's part.
When compiling OpenSSL on my own now using Cygwin, everything appears to compile correctly, but it's dying on QT compile with tons of errors that look like this in the openssl include headers:
c:/openssl/include/openssl/asn1.h:1: error: expected unqualified-id before '!' token
c:/openssl/include/openssl/asn1.h:1: error: stray '\255' in program
Bookmarks