[Interest] qt 5.13.0 SSL requirements

René Hansen renehh at gmail.com
Mon Jul 29 19:42:02 CEST 2019


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/fe272dbb/attachment.html>


More information about the Interest mailing list