From: konrad Date: Sat, 19 Feb 2011 20:35:50 +0000 (+0000) Subject: add libz to dependencies X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=14e89556bd935cd5d247953cc20aff79c2632f04;p=web%2Fkonrad%2Fsmoke.git add libz to dependencies git-svn-id: https://silmor.de/svn/softmagic/ziplib/trunk@728 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/src/zip.pro b/src/zip.pro index d9e6dd1..fb77230 100644 --- a/src/zip.pro +++ b/src/zip.pro @@ -34,6 +34,7 @@ CONFIG += release staticlib create_prl OBJECTS_DIR = .ctmp MOC_DIR = .ctmp RCC_DIR = .ctmp +LIBS += -lz SOURCES += \ ioapi.c \ @@ -52,4 +53,4 @@ HEADERS += \ ../include/qzip.h \ INCLUDEPATH += ../include -DEPENDPATH += ../include \ No newline at end of file +DEPENDPATH += ../include