mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Use <OS_name>conf.pri file to control libz linkage
This commit is contained in:
parent
c36b2774ed
commit
314fc003b3
6 changed files with 9 additions and 5 deletions
|
@ -10,7 +10,7 @@ QMAKE_CXXFLAGS += -Wformat -Wformat-security
|
|||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent-rasterbar
|
||||
LIBS += -lssl -lcrypto
|
||||
LIBS += -lssl -lcrypto -lz
|
||||
|
||||
# Man page
|
||||
nox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue