If you get the mingwm10.dll found not error this is “one” solution.
I have mapped Q: to my QT install directory using VirtualSubst
Add this to your path
Q:\QT\bin;Z:\QT\mingw\bin
Then
Q:
cd QT
configure -static -release -no-exceptions -platform win32-g++
Thanks to
http://blog.lugru.com/2009/03/qt-static-mingwm10dll-and-deployment-under-windows-environment/
And
Leave a Reply