Bug 62378 - [Qt] Fix the in-tree build on Linux
Summary: [Qt] Fix the in-tree build on Linux
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P1 Normal
Assignee: Andras Becsi
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-06-09 08:07 PDT by Andras Becsi
Modified: 2011-06-09 11:01 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch (1.48 KB, patch)
2011-06-09 08:19 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-06-09 08:07:16 PDT
In case of an in-tree build, qmake generates defect prl dependencies for the QtWebKit library on Linux, because the inclusion of qtbase.pri adds explicitlib to CONFIG.

This results in linking failure for all Qt applications which use the webkit module.
Comment 1 Andras Becsi 2011-06-09 08:19:20 PDT
Created attachment 96592 [details]
proposed patch
Comment 2 Andreas Kling 2011-06-09 08:25:52 PDT
Comment on attachment 96592 [details]
proposed patch

If I could r++ this, I would.
Comment 3 WebKit Review Bot 2011-06-09 09:05:21 PDT
Comment on attachment 96592 [details]
proposed patch

Clearing flags on attachment: 96592

Committed r88455: <http://trac.webkit.org/changeset/88455>
Comment 4 WebKit Review Bot 2011-06-09 09:05:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Ademar Reis 2011-06-09 11:01:39 PDT
Revision r88455 cherry-picked into qtwebkit-2.2 with commit 8c2f686 <http://gitorious.org/webkit/qtwebkit/commit/8c2f686>