[SOLVED] Issues deployment Qt 5 application
-
wrote on 16 Apr 2013, 20:25 last edited by
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 -
wrote on 17 Apr 2013, 04:58 last edited by
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
-
wrote on 17 Apr 2013, 09:49 last edited by
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)
-
wrote on 17 Apr 2013, 17:48 last edited by
Thank you very much for your quick replies. Your suggestions solved my problem!!
-
wrote on 18 Apr 2013, 12:54 last edited by
Please mark the thread as "Solved" :)
1/6