0

Possible Duplicate:
portable zip library for C/C++ (not an application)

Does anyone know how to pack a folder(on windows) in a single file with qt? I need to save a project as a single file. It seems that Qt does not have support for compression.

Community
  • 1
  • 1
Szabo Bogdan
  • 73
  • 2
  • 11
  • 2
    Your question is pretty close to: http://stackoverflow.com/questions/262899/portable-zip-library-for-c-c-not-an-application – CrazyCasta Oct 01 '12 at 22:18
  • 1
    http://quazip.sourceforge.net/ – Jerry Coffin Oct 02 '12 at 05:10
  • If you do "make dist" in command line or activate this target through Qt Creator Build menu, this will pack your project into an archive. This is done by build system, qmake in this case. – divanov Oct 02 '12 at 07:58
  • I want to pack a folder that my app it's creating. I know about quazip and zlib, but those libs are not helping me. I just want to pack a folder. I am not interested about compressing it. I wanted to use tar format, but I really don't know how to add the library to my QT project. I found this http://gnuwin32.sourceforge.net/packages/gtar.htm but there are no include files. Only the dll files. – Szabo Bogdan Oct 02 '12 at 19:44

0 Answers0