tags:

views:

35

answers:

1

i need to statically embed web browser in c++ , webkit is good idea , is there any easy c++ wrapper around this kit , i know the Qt version but i can only dynamically link it and its no good for me.

+1  A: 

For Windows, I believe that you can build the Cairo-based Windows port of webkit statically.

WebKit.org link

Xavier V.