How to deploy your Qt application without any Dll files
Posted on February 04, 2011
Running Qt on Ubuntu is great, because most of the supporting libraries are installed by default. However, to deploy a Qt application on Windows, you have to make sure that the application comes with all the Dll files, which I personally find annoying. Of course, it is possible to package the whole Qt application in one exe executable-by linked against the Qt libraries statically. Following the guide here, and you will still get a frustrating...
Read more...→