Re: [Interest] Qt5.2.1 with MinGW64 (solved)

2014-02-18 Thread salomeher
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

[Interest] Qt5.2.1 with MinGW64

2014-02-17 Thread salomeher
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 _