slackbuilds/libraries/quazip-qt4
Matteo Bernardini 316f705235 libraries/quazip-qt4: Added the dependency qt4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2022-02-04 17:19:31 +01:00
..
README
quazip-qt4.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
quazip-qt4.info libraries/quazip-qt4: Added the dependency qt4. 2022-02-04 17:19:31 +01:00
slack-desc

README

QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package
that can be used to access ZIP archives. It uses the Qt toolkit.

QuaZIP allows you to access files inside ZIP archives using QIODevice
API, and - yes! - that means that you can also use QTextStream,
QDataStream or whatever you would like to use on your zipped files.

QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both
reading from and writing to ZIP archives.