Re: [Development] wince and openssl

2015-07-30 Thread Andrew Knight
On 07/30/2015 12:16 AM, Gunnar Roth wrote: My effect is that QT_NO_SSL is defined which leads to 100’s of errors. And i did pass -openssl to configure. I patched configureapp.cpp by removing that no’s for opens and ssl ( the result i can see tomorrow) and by the way i think the sse2/3/4

Re: [Development] wince and openssl

2015-07-30 Thread Gunnar Roth
] wince and openssl Am 29.07.2015 um 18:04 schrieb Andrew Knight: Hi, On 07/29/2015 06:49 PM, Gunnar Roth wrote: Hi, i am trying to make a wec2013 build with openssl support and got weird errors. What kind of errors? then i just found this in configureapp.cpp } else if (dictionary.value

[Development] wince and openssl

2015-07-29 Thread Gunnar Roth
Hi, i am trying to make a wec2013 build with openssl support and got weird errors. then i just found this in configureapp.cpp } else if (dictionary.value(XQMAKESPEC).startsWith(wince)) { dictionary[ STYLE_WINDOWSXP ] = no; dictionary[ STYLE_WINDOWSVISTA ] = no; dictionary[

Re: [Development] wince and openssl

2015-07-29 Thread Andrew Knight
Hi, On 07/29/2015 06:49 PM, Gunnar Roth wrote: Hi, i am trying to make a wec2013 build with openssl support and got weird errors. What kind of errors? then i just found this in configureapp.cpp } else if (dictionary.value(XQMAKESPEC).startsWith(wince)) { dictionary[

Re: [Development] wince and openssl

2015-07-29 Thread Andreas Holzammer
Am 29.07.2015 um 18:04 schrieb Andrew Knight: Hi, On 07/29/2015 06:49 PM, Gunnar Roth wrote: Hi, i am trying to make a wec2013 build with openssl support and got weird errors. What kind of errors? then i just found this in configureapp.cpp } else if

Re: [Development] wince and openssl

2015-07-29 Thread Thiago Macieira
On Wednesday 29 July 2015 18:17:38 Andreas Holzammer wrote: I can agree on that its just that the default is to off. You just need to pass -openssl to configure and be good with it. Its default is to no because a normal windows ce user does not use openssl, so its just taking care of the

Re: [Development] wince and openssl

2015-07-29 Thread Gunnar Roth
My effect is that QT_NO_SSL is defined which leads to 100’s of errors. And i did pass -openssl to configure. I patched configureapp.cpp by removing that no’s for opens and ssl ( the result i can see tomorrow) and by the way i think the sse2/3/4 no’s are also incorrect, i think you guys only