add zip library
authorKonrad Rosenbaum <konrad@silmor.de>
Tue, 6 Dec 2011 06:53:12 +0000 (07:53 +0100)
committerKonrad Rosenbaum <konrad@silmor.de>
Tue, 6 Dec 2011 06:53:12 +0000 (07:53 +0100)
commita54a9e38a0f5b49745812974a9a6c2e63d74ce1e
treeb2e32a685e307ce3a15d71be5f832c434ca3f373
parent0dd4e96ad9d081285b1402fe09d4281a29cf3bd1
add zip library
21 files changed:
zip/COPYING [new file with mode: 0644]
zip/Doxyfile [new file with mode: 0644]
zip/README [new file with mode: 0644]
zip/include/QUnZip [new file with mode: 0644]
zip/include/QZip [new file with mode: 0644]
zip/include/qunzip.h [new file with mode: 0644]
zip/include/qzip.h [new file with mode: 0644]
zip/src/crypt.h [new file with mode: 0644]
zip/src/ioapi.c [new file with mode: 0644]
zip/src/ioapi.h [new file with mode: 0644]
zip/src/qtioapi.cpp [new file with mode: 0644]
zip/src/qtioapi.h [new file with mode: 0644]
zip/src/qunzip.cpp [new file with mode: 0644]
zip/src/qzip.cpp [new file with mode: 0644]
zip/src/unzip.c [new file with mode: 0644]
zip/src/unzip.h [new file with mode: 0644]
zip/src/zconf.h [new file with mode: 0644]
zip/src/zip.c [new file with mode: 0644]
zip/src/zip.h [new file with mode: 0644]
zip/src/zip.pro [new file with mode: 0644]
zip/src/zlib.h [new file with mode: 0644]