I am looking for a zip function for Qt4. My real need isn't file compression per se, but to create a way to archive multiple (3) files into a single downloadable file. The way I have been doing this is using a .zip archive (seems more multi-platform). I really don't need to unzip any files. Does anyone know of a way to do this and better yet in a multi-platform way?

Example:

I have 3 files:

L010001.jpg
L010001-Mask.jpg
HowTo.pdf

And I would like to combine them into one downloadable file called "L010001.zip"


If anyone knows a solution, it would be much appreciated.