Use <OS_name>conf.pri file to control libz linkage

This commit is contained in:
Nick Tiskov 2013-03-10 23:50:03 +04:00
commit 314fc003b3
6 changed files with 9 additions and 5 deletions

View file

@ -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 {