[Interest] qt 5.13.0 SSL requirements

René Hansen renehh at gmail.com
Mon Jul 29 20:07:11 CEST 2019


Ah, my mistake, I misunderstood.

According to this comment, on Windows, PATH is traversed when looking for
shared libs: https://stackoverflow.com/a/7148123/57290

Might be worth checking out.


/René



On Mon, 29 Jul 2019 at 19:59, maitai <maitai at virtual-winds.org> wrote:

> 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.
>
> _______________________________________________
> 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/1a47d62a/attachment.html>


More information about the Interest mailing list