mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -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
|
@ -51,16 +51,6 @@
|
|||
#include "torrent.h"
|
||||
#include "torrentinfo.h"
|
||||
|
||||
#if (LIBTORRENT_VERSION_NUM == 20003)
|
||||
// file_prio_alert is missing to be forward declared in "libtorrent/fwd.hpp"
|
||||
namespace libtorrent
|
||||
{
|
||||
TORRENT_VERSION_NAMESPACE_3
|
||||
struct file_prio_alert;
|
||||
TORRENT_VERSION_NAMESPACE_3_END
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace BitTorrent
|
||||
{
|
||||
class Session;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue