I\'m developing a closed source application and to do so in accordance with the LGPL I have to dynamically link Qt\'s libraries to my application. Does Qt do this by default
It does it by default, statically linking seems to be quite involved judging by the many questions on the site regarding it.