On 24 Mar 2014, at 16:37, Derek Cole <[email protected]> wrote: > Well the original intention was to use the Qt network module. I have not > attempted to re-write to use OpenSSL directly.
If your use of QtNetwork is limited to QNetworkAccessManager get/post/put then you don't have to ship OpenSSL. Qt on iOS will fall back to use the native NSURLConnection API when OpenSSL is not available. Morten _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
