Bug 57225

Summary: [Qt] QtWebKit does not link with --3d-canvas using MinGW
Product: WebKit Reporter: Andras Becsi <abecsi>
Component: Tools / TestsAssignee: Andras Becsi <abecsi>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, mgtsai, nancy.piedra, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
proposed patch none

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.