mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Raise minimum libtorrent version to 1.2.14 (2.0.4)
- Also update vcpkg to latest commit: includes libtorrent 1.2.14, Qt 5.15.2, and Qt 6.1.1
This commit is contained in:
parent
fd9941e2d8
commit
ccb7c0d579
6 changed files with 14 additions and 25 deletions
|
@ -14,7 +14,7 @@ set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
|
|||
set(minBoostVersion 1.65)
|
||||
set(minQtVersion 5.14)
|
||||
set(minOpenSSLVersion 1.1.1)
|
||||
set(minLibtorrentVersion 1.2.13)
|
||||
set(minLibtorrentVersion 1.2.14)
|
||||
set(minZlibVersion 1.2.11)
|
||||
|
||||
# features (some are platform-specific)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue