[webkit-reviews] review requested: [Bug 24284] Qt build environment simplifying : [Attachment 28159] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 02:34:00 PST 2009


Csaba Osztrogonác <oszi at inf.u-szeged.hu> has asked  for review:
Bug 24284: Qt build environment simplifying
https://bugs.webkit.org/show_bug.cgi?id=24284

Attachment 28159: proposed patch
https://bugs.webkit.org/attachment.cgi?id=28159&action=review

------- Additional Comments from Csaba Osztrogonác <oszi at inf.u-szeged.hu>
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 \


More information about the webkit-reviews mailing list