mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
Use <OS_name>conf.pri file to control libz linkage
This commit is contained in:
parent
c36b2774ed
commit
314fc003b3
6 changed files with 9 additions and 5 deletions
|
@ -4,11 +4,15 @@
|
|||
INCLUDEPATH += $$quote(C:/qBittorrent/boost_1_51_0)
|
||||
#Point this to the libtorrent include folder
|
||||
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 boost lib folder
|
||||
LIBS += $$quote(-LC:/qBittorrent/boost_1_51_0/stage/lib)
|
||||
#Point this to the libtorrent lib folder
|
||||
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)
|
||||
|
||||
# LIBTORRENT DEFINES
|
||||
DEFINES += BOOST_ALL_NO_LIB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue