PDA

View Full Version : QuaZip building problem



maaroofmoideen
21st May 2013, 05:48
Hi,
While building QuaZip in windows I am getting the QuaZip.lib file but when i am using that in other project and including quazip.h
at that time compiler is asking for
unzip.h
quazip_global.h
quazipfileinfo.h etc

I have no idea. what to do

thanks..

ChrisW67
21st May 2013, 06:21
Read the manual about declaring other libraries.
Set or fix the INCLUDEPATH variable in your PRO file. Later you will want to set or fix the LIBS variable too I expect.