Bug 120635 - [Qt] Use correct library paths for prefix builds on Mac.
Summary: [Qt] Use correct library paths for prefix builds on Mac.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Brüning
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 08:46 PDT by Michael Brüning
Modified: 2013-09-04 03:49 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.10 KB, patch)
2013-09-03 08:52 PDT, Michael Brüning
no flags Details | Formatted Diff | Diff
Patch (2.10 KB, patch)
2013-09-04 03:42 PDT, Michael Brüning
vestbo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Brüning 2013-09-03 08:46:08 PDT
This issue was reported in the Qt project bug tracker https://bugreports.qt-project.org/browse/QTBUG-32417 .

The library paths for the QtWebKit libraries are always set to the QtWebKit build directory instead of the installation directory for prefix builds of Qt even if we are not making a developer build. This is due to a scope change of the force_independent flag.
Comment 1 Michael Brüning 2013-09-03 08:52:55 PDT
Created attachment 210377 [details]
Patch
Comment 2 Michael Brüning 2013-09-04 03:42:25 PDT
Created attachment 210442 [details]
Patch
Comment 3 Michael Brüning 2013-09-04 03:49:17 PDT
Committed r155034: <http://trac.webkit.org/changeset/155034>