communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
83 stars 37 forks source link

Stop gating SSL support on QT_NO_OPENSSL #45

Closed amyreese closed 8 years ago

amyreese commented 8 years ago

On Macs, SSL is also supported through SecureTransport, but requires building QT with -no-openssl -securetransport which sets the QT_NO_OPENSSL flag even though QSslSocket::supportsSsl() => true.

amyreese commented 8 years ago

Doing this better with QT_NO_SSL