Anyone try windows 10 bash with mxe compile? if not ill set up a vb and see if it works :p
I get the same results whether I use a Linux VM or Windows 10 bash.
I think the problem is that the static libqwindows.a is not distributed with Qt. You get only the shared library qwindows.dll.
The platform plugin libraries are here:
C:\Qt\5.7\mingw53_32\plugins\platforms
I only have:
qminimal.dll
qminimald.dll
qwindows.dll
qwindowsd.dll
I am trying to follow the instructions for building a static Qt5.7 and I hope that also the missing libraries are built in the process.