I have a project which was written by somebody else. It is based on QT.
I downloaded QT and compiled it with VS 2012.
Now I am compiling my application with VS2012 and getting this linker error:
Error 215 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in aboutdialog.obj ProjectPath\qtmaind.lib
What is the problem and how can I fix it?