Changeset 34062 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 23, 2008, 12:58:09 AM (17 years ago)
Author:
Simon Hausmann
Message:

Fix the Qt build by adding profiler/ to the include path and providing
an empty stub for AXObjectCache::handleAriaRoleChanged to build without
accessibility.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34060 r34062  
     12008-05-23  Simon Hausmann  <[email protected]>
     2
     3        Fix the Qt build by adding profiler/ to the include search path.
     4
     5        * JavaScriptCore.pri:
     6
    172008-05-22  Kevin McCullough  <[email protected]>
    28
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r34021 r34062  
    33
    44INCLUDEPATH += tmp
    5 INCLUDEPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM
    6 DEPENDPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM
     5INCLUDEPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM $$PWD/profiler
     6DEPENDPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM $$PWD/profiler
    77DEFINES -= KJS_IDENTIFIER_HIDE_GLOBALS
    88DEFINES += BUILDING_QT__
Note: See TracChangeset for help on using the changeset viewer.