Quote Originally Posted by serkol View Post
Do you really have to "install" Qt? It does not have to be "installed". Qt is just several files inside your application bundle.
So if you have 10 Qt-based applications you get those "several files" ten times each, right? I know disk space is cheap but is it really a good approach?

By the way, is it possible to compile a Qt-based application for Mac OS X in such way, that the application file contains all necessary parts of Qt? I'm new to Qt (I'm finishing my first app, targeted to Windows and Mac OS X).
Yes, you can compile it statically which makes your application really huge.