Deploying Qt C++ Application from Visual Studio qwindows.dll error

If you are using libGLESv2.dll, then you must include libEGL.dll, too. You can't see that in depends.exe, don't know how the Qt developers managed to hide this. If your Qt is out of the box, then both Dlls are necessary even if you are not using OpenGL.

Also, if your Qt is out of the box, you need to include also the three ic*.dll, which contain information for Unicode handling.


You can see which DLLs are needed by looking at which ones are invoked when running Debug (F5) in Qt Creator. =Carl

Tags:

Qt