Changeset 38499 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 17, 2008, 8:50:18 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38498 r38499 1 2008-11-17 Geoffrey Garen <[email protected]> 2 3 Not reviewed. 4 5 Try to fix Qt build. 6 7 * JavaScriptCore.pri: 8 1 9 2008-11-17 Geoffrey Garen <[email protected]> 2 10 -
trunk/JavaScriptCore/JavaScriptCore.pri
r38497 r38499 4 4 INCLUDEPATH += tmp 5 5 INCLUDEPATH += $$PWD $$PWD/parser $$PWD/bytecompiler $$PWD/debugger $$PWD/runtime $$PWD/wtf $$PWD/wtf/unicode $$PWD/VM $$PWD/profiler $$PWD/wrec $$PWD/API $$PWD/.. \ 6 $$PWD/ForwardingHeaders 6 $$PWD/ForwardingHeaders $$PWD/bytecode 7 7 DEFINES += BUILDING_QT__ 8 8
Note:
See TracChangeset
for help on using the changeset viewer.