Bug 57225 - [Qt] QtWebKit does not link with --3d-canvas using MinGW
Summary: [Qt] QtWebKit does not link with --3d-canvas using MinGW
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Andras Becsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 05:43 PDT by Andras Becsi
Modified: 2011-03-28 07:47 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch (1.25 KB, patch)
2011-03-28 07:16 PDT, Andras Becsi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Becsi 2011-03-28 05:43:08 PDT
When using the --3d-canvas option the final linking phase fails with undefined references errors because MinGW can't resolve symbols if the libraries are not listed in dependency order.
Comment 1 Andras Becsi 2011-03-28 07:16:28 PDT
Created attachment 87139 [details]
proposed patch
Comment 2 Csaba Osztrogonác 2011-03-28 07:21:19 PDT
Comment on attachment 87139 [details]
proposed patch

LGTM, r=me
Comment 3 Andras Becsi 2011-03-28 07:47:32 PDT
Landed in http://trac.webkit.org/changeset/82115.
Comment 4 Andras Becsi 2011-03-28 07:47:53 PDT
Comment on attachment 87139 [details]
proposed patch

Clearing flags.