From: konrad Date: Sun, 9 Aug 2009 15:31:51 +0000 (+0000) Subject: make zip lib static, otherwise it collides with the other libzip.so X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=f0a66a2f4e994c3d6c5c9cead848d27dabc4f431;p=konrad%2Fsmoke.git make zip lib static, otherwise it collides with the other libzip.so git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk/zip@325 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/zip.pro b/zip.pro index a3ee791..842516b 100644 --- a/zip.pro +++ b/zip.pro @@ -30,6 +30,7 @@ TEMPLATE = lib TARGET = zip DESTDIR = ../zip +CONFIG += release staticlib SOURCES += \ ioapi.c \