Ignore:
Timestamp:
Jan 1, 2011, 11:42:28 PM (14 years ago)
Author:
[email protected]
Message:

2011-01-01 Adam Barth <[email protected]>

Fix relative include paths in an attempt to fix the Qt build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.pri

    r74407 r74861  
    11# JavaScriptCore - Qt4 build info
    22
    3 include(../common.pri)
     3include(../../common.pri)
    44
    55VPATH += $$PWD
     
    3232    $$PWD \
    3333    $$PWD/.. \
     34    $$PWD/../.. \ # FIXME: Remove this include once we finish moving the source to Source
    3435    $$PWD/assembler \
    3536    $$PWD/bytecode \
Note: See TracChangeset for help on using the changeset viewer.