Bug 80141 - [Qt] Compile WebCore without QtWidgets
Summary: [Qt] Compile WebCore without QtWidgets
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: 78109
  Show dependency treegraph
 
Reported: 2012-03-02 03:55 PST by Simon Hausmann
Modified: 2012-03-02 04:17 PST (History)
3 users (show)

See Also:


Attachments
Patch (5.46 KB, patch)
2012-03-02 03:59 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-03-02 03:55:16 PST
[Qt] Compile WebCore without QtWidgets
Comment 1 Simon Hausmann 2012-03-02 03:59:27 PST
Created attachment 129869 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-03-02 04:04:02 PST
Comment on attachment 129869 [details]
Patch

Looks correct to me so rs=me but maybe someone else wants to have a look.
Comment 3 Tor Arne Vestbø 2012-03-02 04:12:35 PST
Comment on attachment 129869 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129869&action=review

> Source/WebCore/WebCore.pri:199
> +    !haveQt(5): QT *= opengl

haveQt(4) ?
Comment 4 Simon Hausmann 2012-03-02 04:15:18 PST
Comment on attachment 129869 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129869&action=review

>> Source/WebCore/WebCore.pri:199
>> +    !haveQt(5): QT *= opengl
> 
> haveQt(4) ?

Good catch. Will fix when landing.
Comment 5 Simon Hausmann 2012-03-02 04:17:04 PST
Committed r109552: <http://trac.webkit.org/changeset/109552>