Changeset 128616 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
Sep 14, 2012, 8:58:28 AM (13 years ago)
Author:
[email protected]
Message:

[Qt] Make force_static_libs_as_shared work on Mac OS

We had to move a few LIBS += around that were in the wrong place,
and not caught when everything was just linked into the final
QtWebKit library.

Reviewed by Simon Hausmann.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r128611 r128616  
     12012-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
    1132012-09-14  Kevin Funk  <[email protected]>
    214
  • trunk/Source/JavaScriptCore/jsc.pro

    r128558 r128616  
    2020SOURCES = jsc.cpp
    2121
    22 mac {
    23     LIBS_PRIVATE += -framework AppKit
    24 }
    25 
    2622win32-* {
    2723    LIBS += -ladvapi32
Note: See TracChangeset for help on using the changeset viewer.