Changeset 74861 in webkit for trunk/Source/JavaScriptCore/JavaScriptCore.pri
- Timestamp:
- Jan 1, 2011, 11:42:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/JavaScriptCore.pri
r74407 r74861 1 1 # JavaScriptCore - Qt4 build info 2 2 3 include(../ common.pri)3 include(../../common.pri) 4 4 5 5 VPATH += $$PWD … … 32 32 $$PWD \ 33 33 $$PWD/.. \ 34 $$PWD/../.. \ # FIXME: Remove this include once we finish moving the source to Source 34 35 $$PWD/assembler \ 35 36 $$PWD/bytecode \
Note:
See TracChangeset
for help on using the changeset viewer.