Separate logger / quazip project file parts.

Move to separate project include file for better readability and reusability.

Change-Id: If75805be8fad4aec8ede600f5c616a9412ac0505
This commit is contained in:
Dominik Riebeling 2015-03-25 21:58:25 +01:00
parent b230cf3aa2
commit 9ecfe6151b
4 changed files with 47 additions and 23 deletions

View file

@ -0,0 +1,25 @@
SOURCES += \
$$PWD/quazip.cpp \
$$PWD/quazipfile.cpp \
$$PWD/quazipnewinfo.cpp \
$$PWD/quazipfileinfo.cpp \
$$PWD/qioapi.cpp \
$$PWD/unzip.c \
$$PWD/zip.c \
HEADERS += \
$$PWD/crypt.h \
$$PWD/ioapi.h \
$$PWD/quazipfile.h \
$$PWD/quazipfileinfo.h \
$$PWD/quazipnewinfo.h \
$$PWD/quazip.h \
$$PWD/quazipnewinfo.h \
$$PWD/quazip_global.h \
$$PWD/unzip.h \
$$PWD/zip.h \
DEFINES += \
QUAZIP_STATIC