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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r19250 r19251  
    11# JavaScriptCore - Qt4 build info
    22VPATH += $$PWD
    3 TEMPLATE = lib
    4 TARGET = JavaScriptCore
    5 DESTDIR = ../lib
    6 OBJECTS_DIR = tmp
     3
    74INCLUDEPATH += tmp
    85INCLUDEPATH += $$PWD $$PWD/kjs $$PWD/bindings $$PWD/bindings/c $$PWD/bindings/qt $$PWD/wtf
    96DEFINES -= KJS_IDENTIFIER_HIDE_GLOBALS
    107DEFINES += BUILDING_QT__
    11 QT -= gui
    12 
    13 isEmpty(OUTPUT_DIR):OUTPUT_DIR=$$PWD
    14 include($$OUTPUT_DIR/config.pri)
    158
    169include(pcre/pcre.pri)
Note: See TracChangeset for help on using the changeset viewer.