Bug 50139

Summary: [Qt] Allow pre-generation for package builds for WebKit2
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: commit-queue, kbalazs, kenneth
Priority: P4 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 50251    
Attachments:
Description Flags
proposed patch none

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.