[Webkit-unassigned] [Bug 24284] Qt build environment simplifying

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


https://bugs.webkit.org/show_bug.cgi?id=24284


oszi at inf.u-szeged.hu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28159|                            |review?
               Flag|                            |




------- Comment #1 from oszi at inf.u-szeged.hu  2009-03-02 02:34 PDT -------
Created an attachment (id=28159)
 --> (https://bugs.webkit.org/attachment.cgi?id=28159&action=view)
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 \ 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list