How to install QtWebkit with WebGL support on Windows
-
wrote on 3 Aug 2011, 19:05 last edited by
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
-
wrote on 4 Aug 2011, 09:40 last edited by
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.
-
wrote on 4 Aug 2011, 12:57 last edited by
So If I am getting this right: I should install Qt and then I should download webkit from the webkit website and build it according to the guide. There is really no way, how to use directly the webkit from the qt packages?
-
wrote on 4 Aug 2011, 14:10 last edited by
Not that I'm aware of.
-
wrote on 5 Aug 2011, 12:32 last edited by
Well, that is not good, but better than nothing. Last question - while installing qt, should I install it with webkit or without it?
Thanks
3/5