I recently switched to Qt 5 and I found myself in big problems when I try to deploy my program.
In the same folder I placed:
TheProgram.exe
D3DCompiler_43.dll
icudt51.dll
icuin51.dll
icuuc51.dll
libEGL.dll
libGLESv2.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Widgets.dll
When I double click on the exe it won’t give me any “missing library” error but still it won’t start. On my machine works fine (even if I move it around in the directories).
I even tried copying ALL the dlls from the Qt folder put that didn’t solve the problem.
Any suggestion?
Thanks in advance
↧