Hi A. Verbenko
Take a look at Qt Creator. It is a nice tool, has lots of bugs, but it works.
I switched from Visual Studio + Add In 1.1.11 (the last for Qt 4) to Qt Creator, because this Addin is horrible...
It takes about three days to have the pro file ready to compile my 26 applications with four dependend DLLs.
The good thing of creator is shadow builds and a good kit management, which allows me, to add all my 32- Bit and 64 - Bit versions of Qt 4 and 5 put in Creator and use also Visual C++ 2008 to 2012 (and I guess, also 2013 or 2014, what ever microsoft offers in the future).
You have all you need, clear structures..
Lack is: you can not compile a single file (this is real bad!), debugging request a complete check of the project and all things must fit to start the debug.
Lack is: Debugging with CDB is slow and lots of debug helper are missing, but it works.
The good: No big overhead, fast compile, much faster than with Visual Studio projects...
Kind regards from germany,
Peter