Changeset 38163 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 6, 2008, 3:46:43 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-11-06 Simon Hausmann <Simon Hausmann>

Fix the Qt build, adjust include paths after move of jsc.pro.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38162 r38163  
     12008-11-06  Simon Hausmann  <[email protected]>
     2
     3        Fix the Qt build, adjust include paths after move of jsc.pro.
     4
     5        * jsc.pro:
     6
    172008-11-06  Cameron Zwarich  <[email protected]>
    28
  • trunk/JavaScriptCore/jsc.pro

    r38162 r38163  
    1818}
    1919
    20 include($$PWD/../../WebKit.pri)
     20include($$PWD/../WebKit.pri)
    2121
    2222CONFIG += link_pkgconfig
     
    2929OBJECTS_DIR_WTR = $$OBJECTS_DIR/
    3030win32-*: OBJECTS_DIR_WTR ~= s|/|\|
    31 include($$PWD/../JavaScriptCore.pri)
     31include($$PWD/JavaScriptCore.pri)
    3232
    3333lessThan(QT_MINOR_VERSION, 4) {
Note: See TracChangeset for help on using the changeset viewer.