Lower Qt requirement to 5.11

Partially reverts 4037143f4e
Closes #14611
This commit is contained in:
sledgehammer999
2021-03-26 12:42:08 +02:00
parent 332b173e08
commit 1570b51f6c
5 changed files with 38 additions and 30 deletions

View File

@@ -12,7 +12,7 @@ project(qBittorrent
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
# version requirements - older vesions may work, but you are on your own
set(minBoostVersion 1.65)
set(minQtVersion 5.12)
set(minQtVersion 5.11)
set(minOpenSSLVersion 1.1.1)
set(minLibtorrentVersion 1.2.12)
set(minZlibVersion 1.2.11)