mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- use PKGCONFIG again for libtorrent in configure
This commit is contained in:
parent
4473b7917b
commit
59c6f469a0
3 changed files with 4 additions and 4 deletions
2
configure
vendored
2
configure
vendored
|
@ -370,7 +370,7 @@ public:
|
|||
if(!found) return false;
|
||||
conf->addLib(QString("-L") + s);
|
||||
}
|
||||
conf->addLib("-ltorrent");
|
||||
//conf->addLib("-ltorrent");
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue