[Development] Errors creation iOS OpenSSL project (Repost)
Derek Cole
derek.cole at gmail.com
Fri Mar 21 23:49:35 CET 2014
Hello,
I have been trying to enable OpenSSL using my own compiled OpenSSL version
(different from my system's OpenSSL) in my iOS app. I have been unable to
get past an error when I try to build the project:
http://pastebin.com/S73rSp33
The OpenSSL version I built was from here:
https://github.com/st3fan/ios-openssl
Afterwards, I created my QtQuick (qtcreator) project iwth the iOS simulator
kit.
I added a build environment variable pointing to the /lib folder of that
OpenSSL compile.
I also added the following in my .pro file
LIBS += -L/Users/derek/software/ios-openssl/lib -lssl -lcrypto
INCLUDEPATH+=/Users/derek/software/ios-openssl/include
QT += network
I am using Mac OSX 10.9, QtCreator 3.01, and Qt 5.2.1
I spoke with <richmoore3> in the freenode #qt channel and he said it
was worth posting here
because he was unaware of any problem using the QtNetwork modules with
OpenSSL on iOS.
Thanks for any help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140321/0ae0b8d5/attachment.html>
More information about the Development
mailing list