qt qml 6.7.0 openssl-1.0.1c error
-
I Download from https://www.openssl.org/source/old/1.0.1/ this file
https://www.openssl.org/source/old/1.0.1/openssl-1.0.1c.tar.gz is an old version of oppenssl I did it to compile it with qt 6.7.0 the gcc of qt to see if then I can link correctly. The issue is that there is a project already made with that version and I can't get it to link correctly
but with qt 5.14.2 it works -
Hi,
AFAIK, Qt 6.7 uses OpenSSL 3.0 by default.
-
@SGaist said in qt qml 6.7.0 openssl-1.0.1c error:
Qt 6.7 uses OpenSSL 3.0
SGaist is right.
https://www.qt.io/blog/moving-to-openssl-3-in-binary-builds-starting-from-qt-6.5-beta-2 -
Possible does not mean it's built by default to use it.
As mentioned in the blog post linked by @JoeCFD, the default has changed to OpenSSL 3. If you want to use 6.7 with OpenSSL 1.0, then you will have to build that version of Qt yourself.
-
@jchaviano Compile Qt by yourself