I`m trying to launch qwt application on another computer, which is successfully compiled and working on my computer, where is qt and qwt not installed. I put in the folder with .exe file such dll`s:
icudt49.dll
icuin49.dll
icuuc49.dll
libGLESv2.dll
Qt5Core.dll
Qt5Gui.dll
Qt5OpenGL.dll
Qt5PrintSupport.dll
Qt5Svg.dll
Qt5Widgets.dll
qwt.dll
qwt_designer_plugin.dll
And when I`m trying to launch the application – nothing happens, no error or some dll dependence…But on my computer, with installed qwt – everything works fine.
Somebody knows what`s the problem?
Qt version – 5.0.2(MSVC 2010); Qwt version – 6.1-rc3
↧