Qt 5.5 wth Visual Studio 2015 can not build angle
Unsolved
Installation and Deployment
-
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
angle
library from3rdparty
folder is buggy and doesn't build.I built
angle
myself successfuly on this computer with VS 2015. Is there any way to force Qt to use my prebuiltangle
and do not compile buggy one supplied with Qt? Or how to fix "undeclared identifier" errors in built in angle?