From 14e89556bd935cd5d247953cc20aff79c2632f04 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 19 Feb 2011 20:35:50 +0000 Subject: [PATCH] add libz to dependencies git-svn-id: https://silmor.de/svn/softmagic/ziplib/trunk@728 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- src/zip.pro | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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 -- 1.7.2.5