mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Fix compilation error on Windows
Fix possible encoding problem on Windows (torrent creation tool) Fix compilation with boost >= v1.46
This commit is contained in:
parent
2da5e03741
commit
c05e6ba580
5 changed files with 12 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
# Adapt these paths on Windows
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/boost_1_44_0)
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/boost_1_46_0)
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/RC_0_15/include)
|
||||
INCLUDEPATH += $$quote(C:/qBittorrent/RC_0_15/zlib)
|
||||
INCLUDEPATH += $$quote(C:/OpenSSL/include)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue