On Fri, Jan 3, 2020 at 1:11 PM David Mathog <mat...@caltech.edu> wrote:

>     qt.qpa.plugin could not find the Qt platform plugin "windows" in ""
>

I've solved this type of error before without having to write a qt.conf
file.  Qt is looking for a DLL with a name that is something like
qwindows.dll or qt5windows.dll.  You can put that DLL in a directory named
"platforms" next to the main executable so that Qt can find it.

Of course, statically linking everything would be better if you can figure
out how to do that.

--David Grayson

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to