mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Remove openssl dependency from Mac OS X configuration file.
This commit is contained in:
@@ -8,11 +8,9 @@ PKGCONFIG += libtorrent-rasterbar
|
|||||||
DEFINES += BOOST_ASIO_DYN_LINK
|
DEFINES += BOOST_ASIO_DYN_LINK
|
||||||
|
|
||||||
# Special include/libs paths (macports)
|
# Special include/libs paths (macports)
|
||||||
INCLUDEPATH += /usr/include/openssl /usr/include /opt/local/include/boost /opt/local/include
|
INCLUDEPATH += /usr/include /opt/local/include/boost /opt/local/include
|
||||||
LIBS += -L/opt/local/lib
|
LIBS += -L/opt/local/lib
|
||||||
|
|
||||||
# OpenSSL lib
|
|
||||||
LIBS += -lssl -lcrypto
|
|
||||||
# Boost system lib
|
# Boost system lib
|
||||||
LIBS += -lboost_system-mt
|
LIBS += -lboost_system-mt
|
||||||
# Boost filesystem lib (Not needed for libtorrent >= 0.16.0)
|
# Boost filesystem lib (Not needed for libtorrent >= 0.16.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user