Is it possible to build Qt libraries with clang?
Solved
Installation and Deployment
-
I want to build Qt5.5.1 libraries with clang compiler. What is required to build? Custom mkspec? Where can I find information?
(Experience in building Qt libraries with MSVC ang MinGW is present) -
Hi and welcome to devnet,
No idea, but if Clang for Windows can build complex libraries it might work.
Yes, you will need to provide a new mkspec. You can probably find information on the macs/linux Clang mkspec and also Visual Studio 2015 documentation about that matter.
Hope it helps