mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Add libtorrent v1.1 basic support
This commit is contained in:
parent
c93ada1e7b
commit
decfae7b8a
8 changed files with 60 additions and 2 deletions
|
@ -30,6 +30,10 @@
|
|||
#define BITTORRENT_TRACKERENTRY_H
|
||||
|
||||
#include <libtorrent/torrent_info.hpp>
|
||||
#include <libtorrent/version.hpp>
|
||||
#if LIBTORRENT_VERSION_NUM >= 10100
|
||||
#include <libtorrent/announce_entry.hpp>
|
||||
#endif
|
||||
|
||||
class QString;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue