mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Fix error in last commit
This commit is contained in:
parent
188a8ae4f5
commit
924b09b0f1
@ -1,8 +1,5 @@
|
|||||||
RC_FILE = qbittorrent_mingw.rc
|
RC_FILE = qbittorrent_mingw.rc
|
||||||
|
|
||||||
# Enable Wide characters
|
|
||||||
DEFINES += TORRENT_USE_WPATH
|
|
||||||
|
|
||||||
#Adapt the lib names/versions accordingly
|
#Adapt the lib names/versions accordingly
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
LIBS += libtorrent \
|
LIBS += libtorrent \
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
RC_FILE = qbittorrent.rc
|
RC_FILE = qbittorrent.rc
|
||||||
|
|
||||||
|
# Enable Wide characters
|
||||||
|
DEFINES += TORRENT_USE_WPATH
|
||||||
|
|
||||||
#Adapt the lib names/versions accordingly
|
#Adapt the lib names/versions accordingly
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
LIBS += libtorrentd.lib \
|
LIBS += libtorrentd.lib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user