[Interest] qt 5.13.0 SSL requirements

maitai maitai at virtual-winds.org
Mon Jul 29 19:59:00 CEST 2019


Thanks René, 

I may be wrong but these variables look like build variables in case you
want to build Qt. 

I am looking for a runtime variable to indicate where the libs are, and
I hope to be able to set it from inside main with qputenv, otherwise
it's back to 5.12.3 

Philippe.

Le 29-07-2019 19:42, René Hansen a écrit :

> This archived 5.11 page might be what you're looking for: 
> 
> https://doc.qt.io/archives/qt-5.11/ssl.html
> 
> I don't know if pkg-config is available to Windows users, but in case it is, this would do as well:
> 
> QT_CONFIG -= no-pkg-config
> CONFIG += link_pkgconfig
> PKGCONFIG += /path/to/openssl/lib/pkgconfig/openssl.pc \
> /path/to/openssl/lib/pkgconfig/libssl.pc
> 
> /René
> 
> On Mon, 29 Jul 2019 at 19:15, David M. Cotter <dave at kjams.com> wrote: 
> seconded
> 
> On Jul 29, 2019, at 9:33 AM, maitai <maitai at virtual-winds.org> wrote: 
> 
> Hi all,
> 
> I have some Windows 10/64 bits users reporting "TLS initialization failed" when running our app, built with Qt 5.13.0 MSVC 2017/64 bits
> 
> I have found this page:
> 
> https://doc.qt.io/qt-5/windows-requirements.html 
> 
> But the interesting part is missing, i.e. what variable should I set to indicate where opensll libs are ? 
> 
> Thanks 
> Philippe. _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest

  -- 
Never fear, Linux is here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20190729/8bd3d5bb/attachment.html>


More information about the Interest mailing list