Re: [Interest] Qt and Clang

2017-11-03 Thread Jonathan Greig
Jonathan P. Greig aka redteam316 RIP 6/13/1984 - 2/7/2016 On Wed, Oct 4, 2017 at 10:31 AM, Thiago Macieira wrote: > On Wednesday, 4 October 2017 00:02:03 PDT Carel Combrink wrote: > > Hi, > > > > Do I need to rebuild Qt if I want to start using clang as my build tools > on > > Windows and Linux

Re: [Interest] Qt and Clang

2017-10-04 Thread Thiago Macieira
On Wednesday, 4 October 2017 00:02:03 PDT Carel Combrink wrote: > Hi, > > Do I need to rebuild Qt if I want to start using clang as my build tools on > Windows and Linux? You shouldn't need to. This answer applies to the compiler, not the standard library. You must still use the same standard l

Re: [Interest] Qt and Clang

2017-10-04 Thread Sergio Martins
On 2017-10-04 08:02, Carel Combrink wrote: Hi, Do I need to rebuild Qt if I want to start using clang as my build tools on Windows and Linux? I am currently using gcc on Linux and MinGW on Windows and need to start building 64 bit applications. gcc supports 64 bit, if that's the only reas

Re: [Interest] Qt and Clang

2017-10-04 Thread Jean-Michaël Celerier
> Do I need to rebuild Qt if I want to start using clang as my build tools on Windows and Linux? At least on linux, clang and GCC share the same ABI and clang uses libstdc++ by default so you should be good. Best, --- Jean-Michaël Celerier http://www.jcelerier.name On Wed, Oct 4, 2017 at 9:

[Interest] Qt and Clang

2017-10-04 Thread Carel Combrink
Hi, Do I need to rebuild Qt if I want to start using clang as my build tools on Windows and Linux? I am currently using gcc on Linux and MinGW on Windows and need to start building 64 bit applications. Regards, Carel ___ Interest mailing list Interest@

Re: [Interest] Qt and Clang on Windows

2015-03-27 Thread Alejandro Exojo
El Friday 27 March 2015, Jean-Michaël Celerier escribió: > Hello, > > Did someone try to use Qt with Clang instead of MSVC on Windows ? Would a > rebuild of Qt be necessary, or could one use MSVC-built Qt dlls in a > CLang-built Qt application ? Maybe this is useful: https://gist.github.com/suy/

[Interest] Qt and Clang on Windows

2015-03-27 Thread Jean-Michaël Celerier
Hello, Did someone try to use Qt with Clang instead of MSVC on Windows ? Would a rebuild of Qt be necessary, or could one use MSVC-built Qt dlls in a CLang-built Qt application ? Best regards, Jean-Michaël --- Jean-Michaël Celerier http://www.jcelerier.name