Qt 6.11 is out! See what's new in the release
blog
Compile fix for Qt 4.8.5 under VS2013
General and Desktop
2
Posts
2
Posters
2.4k
Views
1
Watching
-
While building Qt 4.8.5 under VS2013, I noticed that JavaScriptCore doesn't compile anymore.
Since I think it might be helpful for others, here is a possible fix:
http://pastie.org/private/14b1l3jnfyp60eyeaekgIt seems starting with VS2013, the function signbit() is already defined in "math.h", so we must not define it again.
-
Hi,
Did you consider submitting your fix for Qt integration ?