Hi everyone,
If you can't build or use Quazip on msvc2015/2017 here's a ready solution for you :
- Dowload the compiled source and libraries from (zlib v1.2.11, QuaZip v0.7.6): https://mega.nz/#F!ERVxmIjY!GlSgZmhCBdAGXC8BxzZLbA
- Put the downloaded folder anywhere in your pc, and copy the path
- Add this to the .pro file of your project :
Qt Code:
INCLUDEPATH += "path\QuaZipSrc\include" LIBS += -L"path\QuaZipSrc\lib" LIBS += -lquazip -lzdll # for debug mode : use -lquazipd instead of -lquazip, or you'll get a huge crash!To copy to clipboard, switch view to plain text mode
Have a nice day![]()
Bookmarks