Reputation: 1
The main issue of the problem is that application is crashing with error "This application has requested the Runtime to terminate in an unusual way" After including all of the files as: D3DCompiler_43.dll, icuuc49.dll, icuin49.dll, libEGL.dll, libstdc++-6.dll, libwinpthread-1.dll, libGLESv2.dll, Qt5GUI.dll, Qt5Core.dll, Qt5Widgets.dll, and also creating directory named platforms containing qwindows.dll and qminimal.dll
Upvotes: 0
Views: 80
Reputation: 1029
You can use Dependency Walker (http://www.dependencywalker.com/) to verify that you have copied all the needed Dlls.
Upvotes: 0