Qt Webengine with clang on Windows
-
Hi guys...
I'll like to know if there is any way yo avoid use Visual Studio compiler with webengine in Windows. Can I compile Qt with clang on Windows but with webengine included? I have a lot of issues with VS compiler with its compatibility with c++11/14. We was working with MinGW, but as everybody knows, MinGW has not supported by chromiun... so, what want to do is compile Qt with clang in Windows, included the webengine... my question is, can I do that? does anyone of you has tried this before? Regards
-
Hi and welcome
It seems on Windows only VS2013 / 2015 is supported
http://doc.qt.io/qt-5/qtwebengine-platform-notes.html#windowsHowever clang on linux is mentioned so it might be possible even I never saw a tutorial with such combi.
-
Hi mr and thanks for Your answer... I need that for windows because i have no problem in linux/osx. My issues are with VS in Windows...
-
@freddy311082
Hi
Yes I understand your predicament but as far as I know only VS been used to build web* on Windows.
Chromes seems to buildable with clang but instruction for windows seems very sparse so
might not be easy at all.Also it seems they did try to build all on Qt with clang but on linux.
http://blog.qt.io/blog/2010/10/29/compiling-qt-with-clang/So I was unable to find any tuts on even building "just" Qt on win with clang.
I would try to ask on the devs list
qtwebengine@qt-project.org -
Thanks...