File qbittorrent-fix-qt-5.4-compat.patch of Package qbittorrent
--- a/src/base/http/server.cpp +++ b/src/base/http/server.cpp @@ -126,7 +126,7 @@ bool Server::setupHttps(const QByteArray { QSslKey sslKey(key, QSsl::Rsa); if (sslKey.isNull()) -#ifdef QBT_USES_QT5 +#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 0) sslKey = QSslKey(key, QSsl::Ec); #else {