[Development] Access to WebKit Internal API
Thiago Macieira
thiago.macieira at intel.com
Tue Mar 18 17:47:48 CET 2014
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 every classes with
> export macro. I built Qt from git using MSVC 2012.
Easy? No.
You'll have to hack the source code. Or, if you find an option from the MSVC
linker to export everything, you can change the linker settings.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list