I'm looking for some example to zip files in Qt using QuaZIP. I tried this code but it doesn't work. I received a segmentation fault error.
JlCompress::compressFiles(zipfilename,filenames);//zipfilename is a qstring and filenames a QStringList
Should I open files before compressing them ?
Problem resolved, I removed th quazip installation then I installed it manually:
After that i installed the
libquazip-qt5-*packages using apt get finally i linked quazip in my pro file using