015 um 18:17 Uhr
Von: "Andreas Holzammer"
An: development@qt-project.org
Betreff: Re: [Development] 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 wi
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
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 thi
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 no
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
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[ "ST
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