metaforce/hecl-gui/quazip
Luke Street e1515252f1 Allow compiling with Qt5 again (Qt6 is preferred)
Small fix to Quazip, removes extraneous files
2021-02-21 13:23:20 -05:00
..
quazip Allow compiling with Qt5 again (Qt6 is preferred) 2021-02-21 13:23:20 -05:00
qztest Allow compiling with Qt5 again (Qt6 is preferred) 2021-02-21 13:23:20 -05:00
.editorconfig Allow compiling with Qt5 again (Qt6 is preferred) 2021-02-21 13:23:20 -05:00
CMakeLists.txt Allow compiling with Qt5 again (Qt6 is preferred) 2021-02-21 13:23:20 -05:00
CONTRIBUTING.md Update quazip 2021-02-20 14:56:24 -08:00
COPYING Upgrade to Qt6 2021-01-23 16:26:28 -08:00
Doxyfile Update quazip 2021-02-20 14:56:24 -08:00
NEWS.txt Allow compiling with Qt5 again (Qt6 is preferred) 2021-02-21 13:23:20 -05:00
QuaZip-1.x-migration.md Update quazip 2021-02-20 14:56:24 -08:00
README.md Upgrade to Qt6 2021-01-23 16:26:28 -08:00

README.md

QuaZip is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Trolltech's Qt library.

If you need to write files to a ZIP archive or read files from one using QIODevice API, QuaZip is exactly the kind of tool you need.

See the documentation for details.

Want to report a bug or ask for a feature? Open an issue.

Want to fix a bug or implement a new feature? See CONTRIBUTING.md.

You're a package maintainer and want to update to QuaZip 1.0? Read the migration guide.

Copyright notice:

Copyright (C) 2005-2020 Sergey A. Tachenov and contributors

Distributed under LGPL, full details in the COPYING file.

Original ZIP package is copyrighted by Gilles Vollant, see quazip/(un)zip.h files for details, but basically it's the zlib license.