mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
Link against boost thread
This commit is contained in:
parent
6778b7460a
commit
bd4bb42e95
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ public:
|
|||
#if LIBTORRENT_VERSION_MAJOR == 0 && LIBTORRENT_VERSION_MINOR < 16
|
||||
required_libs << "filesystem" ;
|
||||
#endif
|
||||
required_libs << "thread";
|
||||
QStringList libDirs;
|
||||
if (!s.isEmpty())
|
||||
libDirs << s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue