Qt 5.5 wth Visual Studio 2015 can not build angle
-
I try to build Qt 5.5 with VS 2015. The problem is that built-in angle implementation doesn't work; when I compile it, I receive a lot of following errors:
'SH_EMULATE_BUILT_IN_FUNCTIONS': undeclared identifier
Function names are different, but for sure
anglelibrary from3rdpartyfolder is buggy and doesn't build.I built
anglemyself successfuly on this computer with VS 2015. Is there any way to force Qt to use my prebuiltangleand do not compile buggy one supplied with Qt? Or how to fix "undeclared identifier" errors in built in angle?