mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-04 18:12:08 +00:00
Add path to openssl, cleanups
This commit is contained in:
parent
09d7d9a360
commit
077e94342f
@ -6,6 +6,8 @@ INCLUDEPATH += $$quote(C:/qBittorrent/boost_1_51_0)
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/RC_0_16/include)
|
||||
# Point this to the zlib include folder
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/Zlib/include)
|
||||
# Point this to the openssl include folder
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/openssl/include)
|
||||
|
||||
# Point this to the boost lib folder
|
||||
LIBS += $$quote(-LC:/qBittorrent/boost_1_51_0/stage/lib)
|
||||
@ -13,6 +15,8 @@ LIBS += $$quote(-LC:/qBittorrent/boost_1_51_0/stage/lib)
|
||||
LIBS += $$quote(-LC:/qBittorrent/RC_0_16/bin/<path-according-to-the-build-options-chosen>)
|
||||
# Point this to the zlib lib folder
|
||||
LIBS += $$quote(-LC:/qBittorrent/Zlib/lib)
|
||||
# Point this to the openssl lib folder
|
||||
LIBS += $$quote(-LC:/qBittorrent/openssl/lib)
|
||||
|
||||
# LIBTORRENT DEFINES
|
||||
DEFINES += BOOST_ALL_NO_LIB
|
||||
|
Loading…
x
Reference in New Issue
Block a user