How to Build an Application for Windows like "click and run", without add many dlls.
-
You should build Qt statically.
"http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows":http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows -
If your problem is one of distribution, you can use something like "Inno Setup":http://www.jrsoftware.org/isinfo.php to create a nice, compressed installer.
There is no way around the Qt dll's unless you go for a commercial license.
-
@goblincoding
GPL license allows statically linking. -
[quote author="Lukas Geyer" date="1359636764"]Or GPL ;-)[/quote]
Can you build statically under GPL? Never knew that...and so my legalese improves...little by little :D
Thanks!
-
Cheers for the links and the education :)