WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
24353
Allow to overrule default build options for Qt build
https://bugs.webkit.org/show_bug.cgi?id=24353
Summary
Allow to overrule default build options for Qt build
Laszlo Gombos
Reported
2009-03-04 07:21:19 PST
WebKit in general, and the Qt port specifically does a good job of picking sensible default configuration options and at the same time allowing the build system to overrule the default options without changing the source code. I run into a few configuration options where the Qt build system does not allow to overrule the defaults. For example WebCore.pro makes a choice that if "embedded" is defined than NETSCAPE_PLUGIN_API is not supported; and this choice can not be overruled without changing WebCore.pro. A patch will follow to address this issue and make the Qt build system more flexible and consistent to follow a general guideline that if a default config coice is made than there should be a way to overrule the default config choice without changing the source files.
Attachments
Proposed fix to make the Qt build system more flexible and consistent
(3.72 KB, patch)
2009-03-04 07:27 PST
,
Laszlo Gombos
staikos
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Laszlo Gombos
Comment 1
2009-03-04 07:27:18 PST
Created
attachment 28265
[details]
Proposed fix to make the Qt build system more flexible and consistent
Adam Treat
Comment 2
2009-03-09 09:38:16 PDT
Landed with
r41528
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug