convert zip to shared lib
authorKonrad Rosenbaum <konrad@silmor.de>
Fri, 27 Jul 2012 17:25:29 +0000 (19:25 +0200)
committerKonrad Rosenbaum <konrad@silmor.de>
Fri, 27 Jul 2012 17:25:29 +0000 (19:25 +0200)
zip/zip.pro [moved from zip/src/zip.pro with 78% similarity]

similarity index 78%
rename from zip/src/zip.pro
rename to zip/zip.pro
index fb77230..c93073b 100644 (file)
 # Boston, MA 02111-1307, USA.
 
 TEMPLATE = lib
-TARGET = QZip
-DESTDIR = ..
-CONFIG += release staticlib create_prl
+TARGET = QtZipHelper
+DESTDIR = src/..
+CONFIG += dll create_prl
 OBJECTS_DIR = .ctmp
 MOC_DIR = .ctmp
 RCC_DIR = .ctmp
 LIBS += -lz
 
+VERSION = 0.3.0
+
 SOURCES += \
-               ioapi.c \
-               unzip.c \
-               zip.c \
-               qtioapi.cpp \
-               qunzip.cpp \
-               qzip.cpp \
+               src/ioapi.c \
+               src/unzip.c \
+               src/zip.c \
+               src/qtioapi.cpp \
+               src/qunzip.cpp \
+               src/qzip.cpp \
 
 HEADERS += \
-               ioapi.h \
-               unzip.h \
-               zip.h \
-               qtioapi.h \
-               ../include/qunzip.h \
-               ../include/qzip.h \
+               src/ioapi.h \
+               src/unzip.h \
+               src/zip.h \
+               src/qtioapi.h \
+               include/qunzip.h \
+               include/qzip.h \
 
-INCLUDEPATH += ../include
-DEPENDPATH += ../include
+INCLUDEPATH += include src .
+DEPENDPATH += include src .