I modified the batch files that build Qt 32 and 64 to specify the visual studio version before building:
set VisualStudioVersion=11.0
This may solve issues with building Qt using VS2012 when you also have VS2013 installed.
I will be upgrading the project files to VS2013 in the next few weeks.