mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
Merge pull request #97 from sledgehammer999/windows_build
Some typo fix and library names fix.
This commit is contained in:
commit
adb82dfc2e
@ -13,5 +13,5 @@ CONFIG(debug, debug|release) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LIBS += advapi32.lib shell32.lib crypt32.lib
|
LIBS += advapi32.lib shell32.lib crypt32.lib
|
||||||
LIBS += libeay32MD.lib ssleay32MD.lib
|
LIBS += libeay32.lib ssleay32.lib
|
||||||
LIBS += PowrProf.lib
|
LIBS += PowrProf.lib
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#Point this to the boost include folder
|
#Point this to the boost include folder
|
||||||
INCLUDEPATH += $$quote(C:/qBittorrent/boost_1_51_0)
|
INCLUDEPATH += $$quote(C:/qBittorrent/boost_1_51_0)
|
||||||
#Point this to the libtorrent include folser
|
#Point this to the libtorrent include folder
|
||||||
INCLUDEPATH += $$quote(C:/qBittorrent/RC_0_16/include)
|
INCLUDEPATH += $$quote(C:/qBittorrent/RC_0_16/include)
|
||||||
|
|
||||||
#Point this to the boost lib folder
|
#Point this to the boost lib folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user