Fix error in last commit

This commit is contained in:
Christophe Dumez 2011-03-23 17:04:17 +00:00
parent 188a8ae4f5
commit 924b09b0f1
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,5 @@
RC_FILE = qbittorrent_mingw.rc
# Enable Wide characters
DEFINES += TORRENT_USE_WPATH
#Adapt the lib names/versions accordingly
CONFIG(debug, debug|release) {
LIBS += libtorrent \

View file

@ -1,5 +1,8 @@
RC_FILE = qbittorrent.rc
# Enable Wide characters
DEFINES += TORRENT_USE_WPATH
#Adapt the lib names/versions accordingly
CONFIG(debug, debug|release) {
LIBS += libtorrentd.lib \