mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Fix error in last commit
This commit is contained in:
parent
188a8ae4f5
commit
924b09b0f1
2 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue