I'm trying to use the vcbuild.exe tool that comes with MS Visual Studio t build my qmake-based project from the command line, but vcbuild will always say that the .sln file generated by qmake is corrupt. opening the same file in MS Visual Studio just works fine. Moreover, saving the file from Visual Studio (without making any changes) will make it work with vcbuild as well. interestingly, just opening the file in Visual Studio and closing it right away, I will get a prompt if I want to save the file, even if I didn't change anything. it seems Visual Studio is finding some problem it's fixing automatically.

I also found a but reported last year on this very issue: http://bugreports.qt.nokia.com/browse/QTBUG-2768

does anyone else have the same issue?

this prevents me from building my project automatically from hudson, a continous integration tool.