15.12.2016, 22:21, "Jason Kretzer" :
> Hello all,
>
> Discovered something odd today and wondered if there is an easy workaround.
> My application communicates to https urls. To do so, I have always just
> grabbed the latest version of OpenSSL. Today, I used OpenSSL v1.1.0c. I
> received t
> On 15 Dec 2016, at 20:15, Fabian Wein wrote:
>
>>> So patching qt such that the options „-headerpad_max_install_names
>>> -stdlib=libc++“ are used for linking would be just fine for me.
>>
>> You have to pass -stdlib=libc++.
>
> I know this, but how?
>
Hi,
add_compile_options(-stdlib=libc
Hello all,
Discovered something odd today and wondered if there is an easy workaround. My
application communicates to https urls. To do so, I have always just grabbed
the latest version of OpenSSL. Today, I used OpenSSL v1.1.0c. I received the
below.
[18:17:01]: WARNING: QSslSocket: cannot
>> So patching qt such that the options „-headerpad_max_install_names
>> -stdlib=libc++“ are used for linking would be just fine for me.
>
> You have to pass -stdlib=libc++.
I know this, but how?
___
Interest mailing list
Interest@qt-project.org
http://
Em quinta-feira, 15 de dezembro de 2016, às 16:41:06 PST, Fabian Wein
escreveu:
> I examined both builds via configure -verbose and export VERBOSE=1 and while
> vanilla qt links with clang++ -headerpad_max_install_names -stdlib=libc++
> -Wl,-syslibroot …
>
> the first two options „-headerpad_max_
On 2016-12-14 16:45, Jason H wrote:
Earlier in the compile I also saw:
rm -f QtAndroid.jar
/Users/jhihn/Library/Android/sdk/build-tools/25.0.0/dx --dex --output
QtAndroid.jar .classes
Exception in thread "main" java.lang.UnsupportedClassVersionError:
com/android/dx/command/Main : Unsupported ma
Hi,
It's now been ruled out that the crash reason is our
QSGSimpleTextureNode -based object. It must be some object created in
plain QML. One more hint is that the application most commonly crashes
when it's been put in sleep mode. Then user resumes from sleep mode
just to realise that the applica
Hello to the list,
I want to build Paraview (PV) which builds qt by itself by myself. The project
is called paraview-superbuild.
On macOS 10.12 (Sierra) I have an issue with qt 5.7.1 but it seems this also
applies to other qt versions.
PV builds qt as external cmake project but building qt fai