mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
Fix compilation on Mac OS
This commit is contained in:
parent
82e2b3a6cd
commit
29d28b1d96
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ DATADIR = /usr/local/share
|
|||
# Use pkg-config to get all necessary libtorrent DEFINES
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent-rasterbar
|
||||
DEFINES += BOOST_ASIO_DYN_LINK
|
||||
|
||||
# Special include/libs paths (macports)
|
||||
INCLUDEPATH += /usr/include/openssl /usr/include /opt/local/include/boost /opt/local/include
|
||||
|
|
Loading…
Reference in a new issue