Quoted
Originally posted by macabre13
I belive that in qt configuration you can direct, that qt should be linked in static/dynamic way. Or check the .pro file for override this settings.
Quoted
* -shared ............ Create and use shared Qt libraries.
-static ............ Create and use static Qt libraries.
note: The defaults (*) are usually acceptable
Or check the doc.trolltech.com
Quoted
Originally posted by Nicolas SOUCHON
as an observation
for Qt, static could be expansive
two applications runing at the same time cause libraries to be loaded two times
the same for your application, but no problem if it is single instance and the only Qt application to run
This post has been edited 1 times, last edit by "Nicolas SOUCHON" (Feb 28th 2008, 11:28pm)