Visual studio 2012 + qt + clang, is it possible?

c++, clang, qt, visual-studio-2012

Solution

It is possible.

AddIn for Visual Studio that integrates Qt:

http://qt-project.org/forums/viewthread/23169

AddIn for Visual Studio that allows use of the Clang C/C++ compiler:

https://github.com/ishani/ClangVSx

Problem

Is it actually possible to use Visual Studio as IDE, Qt as framework libraries and clang as internal compiler? I don't know if that's actually possible but that would ensure I have the best IDE, the best compiler and the best GUI framework

Original source