I have built successfully Qt5.7.0 with VS2013, however, I am not able to build Qt4.7.3 with VS2013.(As in mkspecs I could not find msvc2013 folder)

But in some links I read, in Qmake.conf file if I change QMAKE_COMPILER_DEFINES += _MSC_VER=1600 WIN32 to QMAKE_COMPILER_DEFINES += _MSC_VER=1800 WIN32, it should work.

I did the same but it is not working. I tried configure later...but getting errors. I have attached the pic here fff.png

Please provide some insights.