VC2010 : configuration and build of a mix of -static and -dynamic libraries
-
Hello all, I would like to build the Qt libraries as -dynamic build (default configuration) but the QtXml as static linked library
(has to do with the fact that QtXml as DLL doesn't work properly in using /MT or /MTd runtime library choice).so, is there a way to configure the specific library to be differently build then others?
Thanks,
G