Re: [Development] Access to WebKit Internal API

2014-03-20 Thread Alan Ng
I only want to access the internal data structure and read the graphics of the rendered elements. And because I want to build GUI application with Qt and Qt already has Webkit, I only need to get the symbols from there so my Qt app can use the Webkit internal function/data. On 20 March 2014 00:17,

Re: [Development] Access to WebKit Internal API

2014-03-19 Thread Konstantin Tokarev
18.03.2014, 14:52, "Alan Ng" : > Hi, I am trying to access WebCore internal classes like the > RenderObject but they are not exported symbols in the final > Qt5Webkit.dll . Is there a simple/easy way to export all the symbols > in the build process? I hope I don't need to mark every classes with

Re: [Development] Access to WebKit Internal API

2014-03-18 Thread Thiago Macieira
Em ter 18 mar 2014, às 10:20:47, Alan Ng escreveu: > Hi, I am trying to access WebCore internal classes like the > RenderObject but they are not exported symbols in the final > Qt5Webkit.dll . Is there a simple/easy way to export all the symbols > in the build process? I hope I don't need to mark e

[Development] Access to WebKit Internal API

2014-03-18 Thread Alan Ng
Hi, I am trying to access WebCore internal classes like the RenderObject but they are not exported symbols in the final Qt5Webkit.dll . Is there a simple/easy way to export all the symbols in the build process? I hope I don't need to mark every classes with export macro. I built Qt from git using M