Hello,I've solved the problem. I had to include zlib paths:configure -opensource -system-zlib -I %ZLIB_ROOT%\include -L %ZLIB_ROOT%\libThank you.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hello,I get the following error when I try to compile Qt5.2.1 with MingGW to 64 bits./.obj/debug/qhttpnetworkreply.o: In function `ZN17QHttpNetworkReplyD2Ev':c:\Qt\5.2.1MinGW64\src\network/access/qhttpnetworkreply.cpp:75: undefined reference to `z_inflateEnd'What is the problem? Thank you
_