From f0a66a2f4e994c3d6c5c9cead848d27dabc4f431 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 9 Aug 2009 15:31:51 +0000 Subject: [PATCH] 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 --- zip.pro | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 \ -- 1.7.2.5