Use mbedTLS as SSL library in QT

465 Views Asked by At

By default QT looks for OpenSSL header during compilation to enable support for encryption/SSL in code. Due to several reasons, I want to use mbedTLS in my code instead and would like QT to use that as encryption library as well. Has anyone been able to do that?

0

There are 0 best solutions below