Changeset 38499 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 17, 2008, 8:50:18 AM (17 years ago)
Author:
[email protected]
Message:

2008-11-17 Geoffrey Garen <[email protected]>

Not reviewed.


Try to fix Qt build.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38498 r38499  
     12008-11-17  Geoffrey Garen  <[email protected]>
     2
     3        Not reviewed.
     4       
     5        Try to fix Qt build.
     6
     7        * JavaScriptCore.pri:
     8
    192008-11-17  Geoffrey Garen  <[email protected]>
    210
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r38497 r38499  
    44INCLUDEPATH += tmp
    55INCLUDEPATH += $$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
    77DEFINES += BUILDING_QT__
    88
Note: See TracChangeset for help on using the changeset viewer.