Hi All,

Recently I decided to use statically linked Qt in one of my applications (compiled with VS2008). I used following command to configure compilation:
Qt Code:
  1. configure -static -platform win32-msvc2008 -no-webkit
To copy to clipboard, switch view to plain text mode 
It works fine, but Qt libs are still referring to "multithreaded DLL" and "multithreaded debug DLL" CRT and this conflicts with my project settings.
Is there a way to changed it to "multithreaded" and "multithreaded debug" ?

BR,
JF