With qmake you can easily generate a VS2008 project from a .pro file. The company I work for has done that a few years ago (to VS2005) and have been using that ever since.

I was wondering if there is a way to convert them the other way around. I'd like to push the project to Qt Creator (which didn't exist back then).

I know how write such a conversion tool myself. But is there anything already in existence?