Am folowing this tutorial to compile Qt 4.8 with visual Studio 2013 but after running nmake i get:
C:\\Qt\\4.8.5.src\\src\\3rdparty\\javascriptcore\\JavaScriptCo
Have you run "vcvars32.bat" before compiling? It seems the environment variables of VC++ are not appropriately set.
See http://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx for informations about the environment of VC++.
bye