How to install QtWebkit with WebGL support on Windows
-
Hi,
how do I enable WebGL support on Windows? All I need is my own browser developed with Qt to be able to display web pages with 3D content.
I found this guide:
https://trac.webkit.org/wiki/QtWebKitWebGL
However, the build-webkit script is missing in the Qt version 4.7.3. I have tried to install both the binaries and libraries, but I did not find the way how to configure the webkit installation. My VS 2005 does not then recognize QWebSettings::WebGLEnabled as a member of QWebSettings.
So please, how should I do that?
Thanks a lot
-
The build-webkit script is part of the WebKit source tree, which you can download from the WebKit website. "Here":http://trac.webkit.org/wiki/BuildingQtOnWindows is a guide on how to build webkit with Qt. Also, make sure that the appropriate qmake command is in your PATH.