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

Use new QT_NO_SSL flag to check SSL availability #46

Closed amyreese closed 8 years ago

amyreese commented 8 years ago

With QT5 support for alternative SSL backends, this new flag takes the place of the previous QT_NO_OPENSSL flag for determining if QT was bulit with support for secure connections. This specifically fixes support for SecureTransport on Mac.

This breaks support for QT4 builds without OpenSSL.

jpnurmi commented 8 years ago

Thanks!