1
0
Fork 0
forked from len0rd/rockbox

Update quazip to release 0.7.1.

Update to latest quazip release. Note that quazip is now LGPL and not GPL /
LGPL dual licensed anymore.

Change-Id: Ie1e975b5b546dd31218eef9df472527493fe81e0
This commit is contained in:
Dominik Riebeling 2015-03-08 19:07:42 +01:00
parent d4fee36971
commit b230cf3aa2
22 changed files with 5637 additions and 1985 deletions

View file

@ -72,9 +72,10 @@ SOURCES += \
quazip/quazip.cpp \
quazip/quazipfile.cpp \
quazip/quazipnewinfo.cpp \
quazip/quazipfileinfo.cpp \
quazip/qioapi.cpp \
quazip/unzip.c \
quazip/zip.c \
quazip/ioapi.c \
base/ziputil.cpp \
gui/comboboxviewdelegate.cpp \
gui/selectiveinstallwidget.cpp \
@ -160,8 +161,10 @@ HEADERS += \
quazip/ioapi.h \
quazip/quazipfile.h \
quazip/quazipfileinfo.h \
quazip/quazipnewinfo.h \
quazip/quazip.h \
quazip/quazipnewinfo.h \
quazip/quazip_global.h \
quazip/unzip.h \
quazip/zip.h \
base/ziputil.h \