I have been reviewing how to deploy my desktop application from Qt5 Creator to a set of .dll's and an .exe. The process as documented seems ridiculously complex: http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html.
Please can you help me understand it better.
Just copying the .dlls found using the Dependency Walker does not work -t tells me there is a missing entry point for Qt5Core.dll, and I have tried every single version of Qt5Core.dll on my hard drive. But I digress.
- It says you have to build QT statically. What does this actually do?
- Once I have built statically, how do I undo this and get back to my normal environment?
- Step 1 says . Where do I find out where these options are?
- Is there a tool I can just run which does this for me?
Many thanks.
(I'm using Windows 7 and Qt 5.1.)