Visual Studio QT integration
This is the home of the Visual Studio QT integration. It is a third party integration for visual studio.
I try to implement complete Visual Studio QT compatibility without using dll's for the debugger.
I try to implement a Visual Studio Addin, wich prepares new projects to use the QT library.

I use code from this Project http://code.google.com/p/xr-qt-msvc/ and modified the VS 2010 build customization code by hand (Since there is no build customization editor in VS 2010).

The Project is currently in Alpha stage.
I use the Debugger type definitions already in Production mode, and they work without problems.
The build customizations do also work without problems, and I use them for more than two weeks now.
The addin is not fully tested, so you should better not use it right now.

This Project has nothing to do with the Nokia/Trolltech VS addin.

You can use the Addin code for whatever you want, but the code wich relies on third party projects/code has to be released with their original license.