WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
24284
Qt build environment simplifying
https://bugs.webkit.org/show_bug.cgi?id=24284
Summary
Qt build environment simplifying
Csaba Osztrogonác
Reported
2009-03-02 02:11:43 PST
In Qt build environment (pri and pro) files there are several duplicated values. I would like to remove them in the interest of clear and simplify code.
Attachments
proposed patch
(5.23 KB, patch)
2009-03-02 02:34 PST
,
Csaba Osztrogonác
zecke
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2009-03-02 02:34:00 PST
Created
attachment 28159
[details]
proposed patch jsc.pro -------- Also defined in JavaScriptCore.pri: (bindings and bindings/c are not exists) -INCLUDEPATH += $$PWD \ - $$PWD/parser \ - $$PWD/bindings \ - $$PWD/bindings/c \ - $$PWD/wtf \ - $$PWD/jit \ - $$PWD/bytecode Also defined in WebKit.pri: -DEFINES += BUILDING_QT__ -CONFIG(release) { - DEFINES += NDEBUG USE_SYSTEM_MALLOC -} WebCore.pro ------------ Also defined in JavaScriptCore.pri: -INCLUDEPATH += $$PWD $$PWD/../JavaScriptCore $$PWD/../JavaScriptCore/ForwardingHeaders \ - $$PWD/../JavaScriptCore/interpreter \ - $$PWD/../JavaScriptCore/bytecode \ - $$PWD/../JavaScriptCore/debugger \ - $$PWD/../JavaScriptCore/parser \ - $$PWD/../JavaScriptCore/runtime \ - $$PWD/../JavaScriptCore/bindings \ - $$PWD/../JavaScriptCore/wrec \ - $$PWD/../JavaScriptCore/jit \ - $$PWD/../JavaScriptCore/wtf \ Also defined in WebCore.pro: - $$PWD/loader \ - $$PWD/bridge/qt - $$PWD/bridge \
Holger Freyther
Comment 2
2009-05-11 03:46:21 PDT
Comment on
attachment 28159
[details]
proposed patch Looks like a nice cleanup.
Holger Freyther
Comment 3
2009-05-11 09:23:03 PDT
Please remove the WARNING NO... from the ChangeLog in the future. Landed in
r43494
.
Csaba Osztrogonác
Comment 4
2009-05-11 10:58:44 PDT
(In reply to
comment #3
)
> Please remove the WARNING NO... from the ChangeLog in the future. Landed in >
r43494
.
OK, I'll do it next time. Thanks.
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