Changeset 19251 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Jan 30, 2007, 2:20:20 AM (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/testkjs.pro

    r18266 r19251  
    77DEFINES += BUILDING_QT__
    88INCLUDEPATH += $$PWD/.. $$PWD $$PWD/../bindings $$PWD/../bindings/c $$PWD/../wtf
    9 LIBS += -L$$OUTPUT_DIR/lib -lJavaScriptCore
     9LIBS += -L$$OUTPUT_DIR/lib -lWebKitQt
    1010QMAKE_RPATHDIR += $$OUTPUT_DIR/lib
    1111
     
    1313include($$OUTPUT_DIR/config.pri)
    1414
     15include($$PWD/../JavaScriptCore.pri)
Note: See TracChangeset for help on using the changeset viewer.