Bug 50139 - [Qt] Allow pre-generation for package builds for WebKit2
Summary: [Qt] Allow pre-generation for package builds for WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P4 Minor
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 50251
  Show dependency treegraph
 
Reported: 2010-11-28 22:59 PST by Laszlo Gombos
Modified: 2010-11-30 11:04 PST (History)
3 users (show)

See Also:


Attachments
proposed patch (10.85 KB, patch)
2010-11-28 23:12 PST, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2010-11-28 22:59:47 PST
QtWebKit source package includes generated files pre-generated (CONFIG=standalone_package). This means that from the QtWebKit source package one can build without a dependency on the generation tools like gperf, etc..
This property of the QtWebKit build is available for "WebKit1" builds but has not been carried over yet to WebKit2 builds.
Comment 1 Laszlo Gombos 2010-11-28 23:12:27 PST
Created attachment 74990 [details]
proposed patch

The "other" motivation for this change is to make a step towards a successful Symbian build. Symbian does not support shadow builds, so using the relative path for the generated directories is important.
Comment 2 WebKit Commit Bot 2010-11-29 05:29:13 PST
Comment on attachment 74990 [details]
proposed patch

Clearing flags on attachment: 74990

Committed r72792: <http://trac.webkit.org/changeset/72792>
Comment 3 WebKit Commit Bot 2010-11-29 05:29:18 PST
All reviewed patches have been landed.  Closing bug.