src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pri
changeset 22 79de32ba3296
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
     5     isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}debug
     5     isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}debug
     6     OBJECTS_DIR = obj/debug
     6     OBJECTS_DIR = obj/debug
     7 } else { # Release
     7 } else { # Release
     8     isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}release
     8     isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = generated$${QMAKE_DIR_SEP}release
     9     OBJECTS_DIR = obj/release
     9     OBJECTS_DIR = obj/release
       
    10 }
       
    11 
       
    12 symbian {
       
    13     LIBS += -lhal
    10 }
    14 }
    11 
    15 
    12 INCLUDEPATH = \
    16 INCLUDEPATH = \
    13     $$PWD \
    17     $$PWD \
    14     $$PWD/.. \
    18     $$PWD/.. \
    21     $$PWD/parser \
    25     $$PWD/parser \
    22     $$PWD/profiler \
    26     $$PWD/profiler \
    23     $$PWD/runtime \
    27     $$PWD/runtime \
    24     $$PWD/wrec \
    28     $$PWD/wrec \
    25     $$PWD/wtf \
    29     $$PWD/wtf \
       
    30     $$PWD/wtf/symbian \
    26     $$PWD/wtf/unicode \
    31     $$PWD/wtf/unicode \
    27     $$PWD/yarr \
    32     $$PWD/yarr \
    28     $$PWD/API \
    33     $$PWD/API \
    29     $$PWD/ForwardingHeaders \
    34     $$PWD/ForwardingHeaders \
    30     $$GENERATED_SOURCES_DIR \
    35     $$GENERATED_SOURCES_DIR \
   241     profiler/ProfileNode.cpp \
   246     profiler/ProfileNode.cpp \
   242     profiler/Profiler.cpp \
   247     profiler/Profiler.cpp \
   243     profiler/TreeProfile.cpp \
   248     profiler/TreeProfile.cpp \
   244     wtf/DateMath.cpp \
   249     wtf/DateMath.cpp \
   245     wtf/FastMalloc.cpp \
   250     wtf/FastMalloc.cpp \
       
   251     wtf/symbian/BlockAllocatorSymbian.cpp \
   246     wtf/Threading.cpp \
   252     wtf/Threading.cpp \
   247     wtf/qt/MainThreadQt.cpp
   253     wtf/qt/MainThreadQt.cpp
   248 
   254 
   249 !contains(DEFINES, ENABLE_SINGLE_THREADED=1) {
   255 !contains(DEFINES, ENABLE_SINGLE_THREADED=1) {
   250     SOURCES += wtf/qt/ThreadingQt.cpp
   256     SOURCES += wtf/qt/ThreadingQt.cpp