Changeset 128616 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Sep 14, 2012, 8:58:28 AM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r128611 r128616 1 2012-09-14 Tor Arne Vestbø <[email protected]> 2 3 [Qt] Make force_static_libs_as_shared work on Mac OS 4 5 We had to move a few LIBS += around that were in the wrong place, 6 and not caught when everything was just linked into the final 7 QtWebKit library. 8 9 Reviewed by Simon Hausmann. 10 11 * jsc.pro: No need for AppKit, we get it from WTF.pri 12 1 13 2012-09-14 Kevin Funk <[email protected]> 2 14 -
trunk/Source/JavaScriptCore/jsc.pro
r128558 r128616 20 20 SOURCES = jsc.cpp 21 21 22 mac {23 LIBS_PRIVATE += -framework AppKit24 }25 26 22 win32-* { 27 23 LIBS += -ladvapi32
Note:
See TracChangeset
for help on using the changeset viewer.