Ignore:
Timestamp:
May 16, 2008, 7:25:57 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-05-15 Ariya Hidayat <[email protected]>

Reviewed by Simon.

Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
from gtk-port.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r33466 r33518  
    66DEPENDPATH += $$PWD $$PWD/kjs $$PWD/wtf $$PWD/wtf/unicode
    77DEFINES -= KJS_IDENTIFIER_HIDE_GLOBALS
    8 qt-port:DEFINES += BUILDING_QT__
    9 gtk-port:DEFINES += BUILDING_GTK__
    10 
    11 # http://bugs.webkit.org/show_bug.cgi?id=16406
    12 # [Gtk] JavaScriptCore needs -lpthread
    13 gtk-port:!win32-*:LIBS += -lpthread
     8DEFINES += BUILDING_QT__
    149
    1510win32-msvc*: INCLUDEPATH += $$PWD/os-win32
     
    5550# AllInOneFile.cpp helps gcc analize and optimize code
    5651# Other compilers may be able to do this at link time
    57 gtk-port:CONFIG(release) {
    58 SOURCES += \
    59     kjs/AllInOneFile.cpp
    60 } else {
    6152SOURCES += \
    6253    kjs/function.cpp \
     
    10293    profiler/Profile.cpp \
    10394    profiler/Profiler.cpp \
    104     wtf/FastMalloc.cpp
    105 
    106 !qt-port:SOURCES += \
    107     wtf/TCSystemAlloc.cpp
    108 }
    109 
    110 gtk-port:SOURCES += \
    111     wtf/ThreadingGtk.cpp \
    112     wtf/gtk/MainThreadGtk.cpp
    113 
    114 !gtk-port:SOURCES += \
     95    wtf/FastMalloc.cpp \
    11596    wtf/ThreadingQt.cpp \
    11697    wtf/qt/MainThreadQt.cpp
Note: See TracChangeset for help on using the changeset viewer.