Re: [Development] QCONFIG_FLAGS vs defines

2014-12-05 Thread Thiago Macieira
On Friday 05 December 2014 18:29:02 Jeremy Lainé wrote: > I see some other defines are added by like this: > > QMakeVar add DEFINES QT_NO_MTDEV > > ..which results in this -DQT_NO_MTDEV being passed directly to the compiler > (which works for iOS too). Is this what I should be doing instead? Ple

[Development] QCONFIG_FLAGS vs defines

2014-12-05 Thread Jeremy Lainé
Hi, I am currently trying to finalize an SSL backend using SecureTransport to add SSL support for iOS and/or replace the OpenSSL backend for OSX [1]. When this backend is configured the following should get defined: QT_NO_OPENSSL QT_SECURETRANSPORT To achieve this I modifed the "configure" scr