QMinizip is a Qt5 wrapper for Minizip.
- Init git submodules (to install minizip).
- Open QMinizip.pro and compile the shared library.
- Add libQMinizip to your project.
- Add zlib to your project.
If you are on Linux / Mac OS X you can install the library over the command line.
qmake -o Makefile QMinizip.pro
make
sudo make install
If you are using Linux you may need to install the following packages (assuming you are using Debian):
- build-essential
- libglu1-mesa-dev
- zlib1g-dev
For now there is an example Project.
QMinizip is licensed under the MIT license and Minizip is licensed under the Zlib license. Qt is available under different licenses. See Qt Licensing for more informations.