I just installed Qt 4.6.0 and I have some problems generating VS 2008 projects.
According to docs, and previous experience from Qt 4.5.x, a project template = vcapp will generate a .vcproj project.
Not anymore. Now I get a .dsp file, which opens with VS 2008, but needs to be converted.
After conversion I also have the problem that the debugger does not find the .exe, but I am not sure it is connected.

Is this known or is it only me?


BN