Changeset 34062 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 23, 2008, 12:58:09 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34060 r34062 1 2008-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 1 7 2008-05-22 Kevin McCullough <[email protected]> 2 8 -
trunk/JavaScriptCore/JavaScriptCore.pri
r34021 r34062 3 3 4 4 INCLUDEPATH += 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 5 INCLUDEPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM $$PWD/profiler 6 DEPENDPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM $$PWD/profiler 7 7 DEFINES -= KJS_IDENTIFIER_HIDE_GLOBALS 8 8 DEFINES += BUILDING_QT__
Note:
See TracChangeset
for help on using the changeset viewer.