mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
winconf.pri: change example library path for build
Path with "<", ">" causes errors when building in MXE. http://mxe.cc/ Removing or commenting out these hardcoded paths is not desirable, as they serve as a guide (on what to edit) for the newcomers that want to build on windows. See https://github.com/qbittorrent/qBittorrent/pull/4824#issuecomment-186936960
This commit is contained in:
parent
442f521bf5
commit
7fd65d5428
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ INCLUDEPATH += $$quote(C:/qBittorrent/openssl/include)
|
||||||
# Point this to the boost lib folder
|
# Point this to the boost lib folder
|
||||||
LIBS += $$quote(-LC:/qBittorrent/boost_1_51_0/stage/lib)
|
LIBS += $$quote(-LC:/qBittorrent/boost_1_51_0/stage/lib)
|
||||||
# Point this to the libtorrent lib folder
|
# Point this to the libtorrent lib folder
|
||||||
LIBS += $$quote(-LC:/qBittorrent/RC_0_16/bin/<path-according-to-the-build-options-chosen>)
|
LIBS += $$quote(-LC:/qBittorrent/RC_0_16/bin/path-according-to-the-build-options-chosen)
|
||||||
# Point this to the zlib lib folder
|
# Point this to the zlib lib folder
|
||||||
LIBS += $$quote(-LC:/qBittorrent/Zlib/lib)
|
LIBS += $$quote(-LC:/qBittorrent/Zlib/lib)
|
||||||
# Point this to the openssl lib folder
|
# Point this to the openssl lib folder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue