Bug 76775

Summary: [Qt] Split QtWebKit into two shared libraries
Product: WebKit Reporter: Simon Hausmann <hausmann>
Component: New BugsAssignee: Simon Hausmann <hausmann>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: rtakacs, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 78109    
Bug Blocks:    

Description Simon Hausmann 2012-01-20 23:31:27 PST
We need to be able to build WebKit in a way that we can produce a shared library
that contains the WK2 APIs and that itself does not depend on QtWidgets nor does it
link against any library that depends on QtWidgets.

That means at least WebCore and Source/WebKit2 need to be free of QtWidget
dependencies. And for Source/WebKit we need to figure out if we can build it
without QtWidgets by moving parts of it into a separate shared library.
Comment 1 Simon Hausmann 2012-02-16 05:01:38 PST
Let's change the description of this task slightly to reflect that the _goal_ is to have two libraries, a core one that contains the core of WebKit and the QML2 API, and a separate library that implements the WebKit1 Qt API that depends on QtWidgets.
Comment 2 Simon Hausmann 2012-11-29 05:17:47 PST

*** This bug has been marked as a duplicate of bug 99314 ***