Browse Source

Fix error in last commit

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
924b09b0f1
  1. 3
      winconf-mingw.pri
  2. 3
      winconf-msvc.pri

3
winconf-mingw.pri

@ -1,8 +1,5 @@ @@ -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 \

3
winconf-msvc.pri

@ -1,5 +1,8 @@ @@ -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 \

Loading…
Cancel
Save