Bug 75952 - [Qt] Remove dependency to uitools
Summary: [Qt] Remove dependency to uitools
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Hausmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 04:40 PST by Simon Hausmann
Modified: 2012-01-10 05:38 PST (History)
0 users

See Also:


Attachments
Patch (6.31 KB, patch)
2012-01-10 05:31 PST, Simon Hausmann
vestbo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2012-01-10 04:40:59 PST
In Qt 5 uitools is in qttools, which in turn depends on webkit, which depends on qttools due to uitools.

We don't really _need_ uitools, we can do the little widget creation also manually.

This corresponds to Qt bug report https://bugreports.qt.nokia.com/browse/QTBUG-23565
Comment 1 Simon Hausmann 2012-01-10 04:45:47 PST
The dependency was introduced in bug #31203
Comment 2 Simon Hausmann 2012-01-10 05:31:12 PST
Created attachment 121834 [details]
Patch
Comment 3 Simon Hausmann 2012-01-10 05:38:22 PST
Committed r104558: <http://trac.webkit.org/changeset/104558>