mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix error in last commit
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user