Bug 22309

Summary: Pass the remaining options to build system on Qt-port
Product: WebKit Reporter: Gabor Loki <loki>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Proposed patch darin: review+

Description Gabor Loki 2008-11-17 07:49:53 PST
The help of 'webkit-build' script says:

"Usage: build-webkit [options] [options to pass to build system]"

On Qt-port only the 'clean' option is processed. It will be nice if we can pass some options to Qmake (for example ENABLE_JIT).
Comment 1 Gabor Loki 2008-11-17 07:51:55 PST
Created attachment 25213 [details]
Proposed patch
Comment 2 Darin Adler 2008-11-17 09:09:05 PST
Comment on attachment 25213 [details]
Proposed patch

r=me
Comment 3 Geoffrey Garen 2008-11-17 09:35:08 PST
Committed revision 38507.