Changeset 19251 for trunk/WebKit.pri

Show
Ignore:
Timestamp:
01/30/07 02:20:20 (2 years ago)
Author:
hausmann
Message:

For the Qt build combine JavaScriptCore and WebKit into one library, to make it possible to
build it with ELF visibility or on Windows without adding EXPORT macros to kjs all over the place.
r=zack

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKit.pri

    r19163 r19251  
    77isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD/WebKitBuild/Release 
    88 
    9 LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt -lJavaScriptCore 
     9LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt 
    1010 
    1111macx {