# 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 .