Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 566 Bytes

File metadata and controls

10 lines (7 loc) · 566 Bytes

QZlib

This lib was used to zip file (get .zip archive).It warpped zlib 1.2.8 and Minizip 1.1 and give some simple functions to use when u want to zip many folders to one zip with password.I build my project under Windows 7 and Qt 5.2.0.


一个基于Zlib的Qt开源库,Qt版本为5.2.0,zlib版本为1.2.8 目标能够实现加密多文件夹压缩

2017.09.14:Now u can use .pri to include QLib into your file,just put all the thing under your project folder except .pro file.

For more details u can visit qzlib.pro file and qzlib.h file.