Conversation
|
|
||
| if (versionAtLeast(QT_VERSION, 6.5.0)) { | ||
| if (versionAtLeast(QT_VERSION, 6.5.0) | if(versionAtLeast(QT_VERSION, 5.15.8) : versionAtMost(QT_VERSION, 6.0.0))) { | ||
| message(Using OpenSSL v3) |
There was a problem hiding this comment.
these prints are done only for qmake, either add to cmake also or remove them to keep things more consistent
Issam-b
left a comment
There was a problem hiding this comment.
why specifically 5.15.8? your issue description mentions that 5.15.13 is the version that supports openssl 3 (could you add a link about that as well)?
I missed this thread due to a busy inbox, |
Fixes #59, about using OpenSSL 3 for Qt 5.15.8+ LTS.
The required patch can be found in https://gist.github.com/seyedmmousavi/b1f6681eb37f3edbe3dcabb6e89c5d43