Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 277
Johnny Pauling Avatar asked Feb 18 '23 05:02

Johnny Pauling


1 Answers

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

like image 131
meyumer Avatar answered Feb 27 '23 09:02

meyumer