On Wednesday, 1 April 2020 06:47:07 -03 Filippo Rusconi via Interest wrote: > Greetings, > > my software program (GUI) builds/runs fine on Debian GNU/Linux, but I fail > to run it on MinGW64. I can build it fine, but when I run it, the error > message (in a system dialog box) is that the (mangled name that I > c++filt'ered) qResourceFeatureZlib() entry point is not found in my > executable program.
Zlib support is mandatory. So it's one of two things: a) you managed to compile Qt without zlib support. Turn it back on. b) you're mixing versions of rcc and QtCore. Make sure they are from the same build. > I researched a bit and discovered that that function is in the Qt5Core > library. Since I was linking againsts Qt5Widgets, I deemed un-necessary to > also link explicitely agains Qt5Core. So I did that. But that did not > change the error. > > Can somebody help me with the understanding of what is going on ? You forgot rule 101 of asking for help: paste the exact error message. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest