Link against boost thread

This commit is contained in:
Christophe Dumez 2012-02-26 21:24:32 +02:00
parent 6778b7460a
commit bd4bb42e95
2 changed files with 2 additions and 0 deletions

1
configure vendored
View file

@ -507,6 +507,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;

View file

@ -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;