Changeset 38163 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 6, 2008, 3:46:43 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38162 r38163 1 2008-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 1 7 2008-11-06 Cameron Zwarich <[email protected]> 2 8 -
trunk/JavaScriptCore/jsc.pro
r38162 r38163 18 18 } 19 19 20 include($$PWD/../ ../WebKit.pri)20 include($$PWD/../WebKit.pri) 21 21 22 22 CONFIG += link_pkgconfig … … 29 29 OBJECTS_DIR_WTR = $$OBJECTS_DIR/ 30 30 win32-*: OBJECTS_DIR_WTR ~= s|/|\| 31 include($$PWD/ ../JavaScriptCore.pri)31 include($$PWD/JavaScriptCore.pri) 32 32 33 33 lessThan(QT_MINOR_VERSION, 4) {
Note:
See TracChangeset
for help on using the changeset viewer.