Hi,
I have some problems building webkit in Qt 4.8 with the option QT_NO_GRAPHICSVIEW set. After applying the latest patch from here
Compile with QT_NO_GRAPHICSVIEW [bugs.webkit.org]
I got the whole thing to compile… But it still does not link. I get an unresolved external symbol GraphicsLayer::create error. Which would make sense, if GraphicsLayerQt is the only implementation. But in that case the option QT_NO_GRAPHICSVIEW would not make any sense?
Is there any possibility to build a fully functional webkit with this option set?
↧