tags:

views:

63

answers:

1

how do you create standalone(just one exe) application with qt?

+5  A: 

The Technology for Mortals blog had a good post on this:

ars
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