Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-25 Thread Sorvig Morten
On 24 Mar 2014, at 16:37, Derek Cole 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 wil

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Derek Cole
Well the original intention was to use the Qt network module. I have not attempted to re-write to use OpenSSL directly. On Mon, Mar 24, 2014 at 11:27 AM, Thiago Macieira wrote: > Em seg 24 mar 2014, às 11:21:34, Derek Cole escreveu: > > Is my option to simply avoid using Qt for OpenSSL projects

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Thiago Macieira
Em seg 24 mar 2014, às 11:21:34, Derek Cole escreveu: > Is my option to simply avoid using Qt for OpenSSL projects when the > projects must also be deployed to iOS? Are you trying to use OpenSSL directly in your application? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Derek Cole
Is my option to simply avoid using Qt for OpenSSL projects when the projects must also be deployed to iOS? On Mon, Mar 24, 2014 at 11:07 AM, Thiago Macieira wrote: > Em seg 24 mar 2014, às 04:48:23, Derek Cole escreveu: > > What I meant was: do I specify which openssl at configure /compile time

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Thiago Macieira
Em seg 24 mar 2014, às 04:48:23, Derek Cole escreveu: > What I meant was: do I specify which openssl at configure /compile time > for Qt, and it always uses that one, or do I specify OPENSSL_LIBS for > every project I build with that version of Qt? You specify at Qt's compile time, since Qt needs

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Gustavsen Richard
Derek Cole [derek.c...@gmail.com] Sendt: 21. mars 2014 23:49 To: development@qt-project.org Emne: [Development] Errors creation iOS OpenSSL project (Repost) 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

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Derek Cole
Subject: Re: [Development] Errors creation iOS OpenSSL project (Repost) 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

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-23 Thread Thiago Macieira
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 OPENS

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-23 Thread Derek Cole
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

[Development] Errors creation iOS OpenSSL project (Repost)

2014-03-21 Thread Derek Cole
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.c