After qmake I always need to change the .vcproj settings. How can I avoid it?
Everytime I do "qmake" to create a .vcproj project, I need to set "Target machine" to "/MACHINE:x86" and change "Code generation Runtime Library" from "Multi-threaded DLL(/MD)" to "Multi-threaded (/MT)", and finally set "Ignore specific library" to "msvcrt" in the Release target, and all this once again for the Debug target.
This is a bit annoying, so my question is if there is any way to change the .pro file or the default settings of VC2008 to make it right from start?
BN
Re: After qmake I always need to change the .vcproj settings. How can I avoid it?