how do you create standalone(just one exe) application with qt?
+5
A:
The Technology for Mortals blog had a good post on this:
- How to statically link Qt 4 (Make your entire Qt application work entirely from a single file.)
ars
2010-08-21 18:54:11
Please note, though, that statically linking the app might affect the code licensing. See http://stackoverflow.com/questions/2945612/#2946131 for details.
Mihai Limbășan
2010-08-21 21:25:05