In order to deploy my application I have re-built my QT as static and did qmake -config release.
Now it makes standalone files which doesn't require any additional libraries to get started.
However there is one file that it still requires and that is mingwm10.dll. So in order to start my application on another computer I need to take my file AND this dll.
How can I get rid of it and get this dll include into the deployed .exe file as it did with all the other libraries? I would need to have just one .exe file, not the .exe. file + mingwm10.dll