[Interest] is it possible to add C# compiler?

David Skoland david.skoland at qt.io
Mon Jun 7 13:48:39 CEST 2021


Hi,

Generally, no. I believe the reason you can compile Objective C on MacOS with Qt is clang’s ability to link ObjC to C++ libraries (Qt). I haven’t heard of MSVC or any other compiler which can do the same with C#, which might already be tricky since C# isn’t typically compiled to native assembly.

> On 5 Jun 2021, at 20:07, David M. Cotter <dave at kjams.com> wrote:
> 
> I just saw a message go by about someone adding another compiler to Qt Creator?
> 
> I know that Qt Creator can compile Objective C on mac.
> 
> Made me wonder if it could be possible to add a compiler for C# on windows?
> 
> Or is that already there and i don't know about it?
> 
> -dave
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest



More information about the Interest mailing list