Hello,

I have been attempting to get Qt to install with the --openssl-linked
option on the configure line. I can't seem to get Qt5 to compile when this
option is passed. I am a little unsure about how to actually do this. I was
following the Qt5 compile instructions I found on the wiki, but can't seem
to get a succesfull compile on OSX 10.9

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?

Thanks

-Derek


On Fri, Mar 21, 2014 at 6:49 PM, Derek Cole <derek.c...@gmail.com> wrote:

> 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.
>
>
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to