Re: [Interest] Project using QuaZip needs zlib headers

2012-12-06 Thread Thiago Macieira
On quinta-feira, 6 de dezembro de 2012 23.39.36, Tony Rietwyk wrote: Since my first post, I have found that on Mac OSX the application compiles, but the link fails to resolve the calls to zlib. The same .pro file links and runs OK on Windows. I need to know how to include and link against

[Interest] Project using QuaZip needs zlib headers

2012-12-05 Thread Tony Rietwyk
Hi Everybody, I just incorporated the QuaZip project into my Qt 4.8.3 application which is built on Windows, Mac OS and Debian platforms. quazip/zip.h refers to zlib.h. In order to compile I have added this line to my .pro file: INCLUDEPATH += $$QMAKE_LIBDIR_QT/../src/3rdparty/zlib This

Re: [Interest] Project using QuaZip needs zlib headers

2012-12-05 Thread Andreas Pakulat
Hi, On Thu, Dec 6, 2012 at 8:04 AM, Tony Rietwyk t...@rightsoft.com.au wrote: I just incorporated the QuaZip project into my Qt 4.8.3 application which is built on Windows, Mac OS and Debian platforms. quazip/zip.h refers to zlib.h. In order to compile I have added this line to my .pro