mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03:00
Link against lz
This commit is contained in:
parent
13e57fb9dd
commit
e98fb61400
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
|
|||
# filesystem v3 is the default.
|
||||
DEFINES += BOOST_FILESYSTEM_VERSION=2
|
||||
|
||||
# We need lz to gunzip HTTP responses.
|
||||
LIBS += -lz
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue