ssl: Require SSL support in Qt
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 17:55:01 +0000 (18:55 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 11 Jun 2020 11:57:32 +0000 (13:57 +0200)
commitdf38a9238d603ec8d2040619befa50980d994916
tree2a87e8b1a5750ef49aac7dda016a7779b8d28674
parentee98ad1aa528cf9e923be8750aef8dac7b1b3f8e
ssl: Require SSL support in Qt

There is no sane reason for not using SSL in the year 2020, plus
every distro should be shipping the Qt libraries with SSL support
enabled. Thus, make it mandatory for Quassel, too.

Going forward, this allows us to remove lots of fallback code paths
that make the code much more complex in many places, and that have
not been tested (or even been built) in a long time.
CMakeLists.txt
src/core/CMakeLists.txt
src/qtui/CMakeLists.txt