I'm getting error msg:
zconf.h is missing.
After providing path to that file, in mkspec:

Qt Code:
  1. QMAKE_INCDIR = "C:\qt5_5_0\qt-everywhere-opensource-src-5.5.0\qtbase\include\QtZlib"
To copy to clipboard, switch view to plain text mode 

it compiles but doesn't link, gives following error:


Qt Code:
  1. C:/qt5_5_0/qt-everywhere-opensource-src-5.5.0/qtbase/lib/libQt5Bootstrap.a(qbyte
  2. array.o):qbytearray.cpp:(.text$_Z11qUncompressPKhi+0x8f): undefined reference to `z_uncompress'
  3. C:/qt5_5_0/qt-everywhere-opensource-src-5.5.0/qtbase/lib/libQt5Bootstrap.a(qbytearray.o):qbytearray.cpp:(.text$_Z9qCompressPKhii+0xbb): undefined reference to `z_compress2'
  4. collect2.exe: error: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode 

Any ideas how to fix it so I can build it?
Another question, when will there be available QT build for windows build with GCC5.2?

Thank you.