[Qt-interest] Release questions

Konstantin Tokarev annulen at yandex.ru
Thu Nov 11 16:10:35 CET 2010


> And no, you don't need to rebuild it statically. 

Build statically, if you are deploying one binary file (*.exe) -
you'll get smaller distribution size and slight speed improvement

Build dynamically, if you are building more than one exe, or you are
using dll's or binary plugins in your project (in this case static linking
will add Qt components to each executable or library)


-- 
Regards,
Konstantin



More information about the Qt-interest-old mailing list