Hi there! I had just started working on QT and QML for a project!
I had compiled a sample program with QT5.1 and used dependency walker for solving the dll dependencies!
While running the exe it asked for more dependencies at last following dll were added
icudt49.dll
icuin49.dll
icuuc49.dll
libgcc_s_sjlj-1.dll
libGLESv2.dll
libstdc++-6.dll
libwinpthread-1.dll
Qt5Core.dll
Qt5Declarative.dll
Qt5Gui.dll
Qt5Network.dll
Qt5Script.dll
Qt5Sql.dll
Qt5Widgets.dll
Qt5XmlPatterns.dll
Atlast it gave me an VC Runtime error! Any idea how to solve this!
↧