From 37dec0d927d27db2010284eef38427146bf00c6c Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 16 Sep 2012 04:15:57 +0300 Subject: [PATCH] Some typo fix and library names fix. --- winconf-msvc.pri | 2 +- winconf.pri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winconf-msvc.pri b/winconf-msvc.pri index b5c3bdff1..b56a1f01f 100644 --- a/winconf-msvc.pri +++ b/winconf-msvc.pri @@ -13,5 +13,5 @@ CONFIG(debug, debug|release) { } LIBS += advapi32.lib shell32.lib crypt32.lib -LIBS += libeay32MD.lib ssleay32MD.lib +LIBS += libeay32.lib ssleay32.lib LIBS += PowrProf.lib diff --git a/winconf.pri b/winconf.pri index 8589957dc..68812042e 100644 --- a/winconf.pri +++ b/winconf.pri @@ -2,7 +2,7 @@ #Point this to the boost include folder 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) #Point this to the boost lib folder