Skip to content

ext_qt: Fix finding zlib for mingw using libzlib.dll.a

Our ext_zlib build using the CMake build system produces libzlib.dll.a on Windows, which Qt's configure scripts did not search for.

For some reason the Binary Factory build seems to passes the zlib search test even though it really shouldn't. I suspect it may be finding an incorrect zlib, which will probably make the build unusable on other systems.

Edited by Alvin Wong

Merge request reports