From 7fd65d542885eda10905f23664e132ab7e73343a Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 21 Feb 2016 13:48:19 +0300 Subject: [PATCH] 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 --- winconf.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winconf.pri b/winconf.pri index 2e5210106..d71c33db7 100644 --- a/winconf.pri +++ b/winconf.pri @@ -12,7 +12,7 @@ INCLUDEPATH += $$quote(C:/qBittorrent/openssl/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/) +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