Qt-interest Archive, June 2007
Re: Does Qt have a ZipEngine?
Message 1 in thread
Esben Mose Hansen wrote:
>On Wednesday 30 May 2007 20:37:44 Lingfa Yang wrote:
>
>
>
>>I guess there is no way simple way to do the job in Qt, because there
>>is no zip library available, right?
>>Does anyone know a zip library?
>>
>>
>
>Most likely the same one as the python library is using.
>
>http://www.zlib.net/
>
>Everyone uses that. Case in point:
>
>esben@spurv:~/download$ ldd /usr/lib/libQtCore.so.4.2.3 | grep libz
> libz.so.1 => /usr/lib/libz.so.1 (0x00002b6e465ad000)
>
>
>
zlib is great! It solved my problem.
Thank you for your help.
Lingfa
--
[ signature omitted ]
Message 2 in thread
If you want to zip/unzip files, you can also look at zziplib.
It is very powerful and is platform independent.
Heiko
Am 01.06.2007 um 20:58 schrieb Lingfa Yang:
> Esben Mose Hansen wrote:
>
>> On Wednesday 30 May 2007 20:37:44 Lingfa Yang wrote:
>>
>>
>>> I guess there is no way simple way to do the job in Qt, because
>>> there
>>> is no zip library available, right?
>>> Does anyone know a zip library?
>>>
>>
>> Most likely the same one as the python library is using.
>>
>> http://www.zlib.net/
>>
>> Everyone uses that. Case in point:
>>
>> esben@spurv:~/download$ ldd /usr/lib/libQtCore.so.4.2.3 | grep libz
>> libz.so.1 => /usr/lib/libz.so.1 (0x00002b6e465ad000)
>>
>>
> zlib is great! It solved my problem.
> Thank you for your help.
> Lingfa
>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]