[SOLVED] Issues deployment Qt 5 application
-
Dear all
I was trying to deploy my Qt application developed with Qt 5.0.1 so that it can run outside the development environment. At first I received errors that I had to include Qtcore.dll, Qtgui.dll etc. in my distributable. However I kept getting messages and the system still doesn't start. This is the screenshot of dependency walker:
!http://www.jonaspoelmans.com/error/Dependency.jpg(http://www.jonaspoelmans.com/error/Dependency.jpg)!This is the screenshot of the application and the dlls I included already.
!http://www.jonaspoelmans.com/error/DLLs.jpg(http://www.jonaspoelmans.com/error/DLLs.jpg)!I included some dlls already but dependency walker keeps giving errors and application doesn't run.
Why?
Kind regards and thanks in advance
Hatchi -
Hi!
Did you look at deployment "docs":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html ? -
Hi,
As an additional note, IIRC ieframe, shlwapi and urlmon are system dlls, you don't need to put them in your application directory
-
You also need to add libEGL.dll
(See "this":http://qt-project.org/forums/viewthread/21269 thread)
and platforms/qwindows.dll (refer to the docs link posted by qxoz above)
-
Please mark the thread as "Solved" :)