Skip to content
  • hausmann@webkit.org's avatar
    Top-Level: · 75ad054e
    hausmann@webkit.org authored
        2008-12-02  Simon Hausmann  <hausmann@webkit.org>
    
                Reviewed by Tor Arne Vestbø.
    
                Removed JavaScriptCore from SUBDIRS as it's not built separately
                anymore.
    
    WebCore:
        2008-12-02  Simon Hausmann  <hausmann@webkit.org>
    
                Reviewed by Tor Arne Vestbø.
    
                Build JavaScriptCore into libQtWebKit.so through a direct build
                instead of a static library. When linking a static library into
                a shared library qmake generates an incorrect .prl file, which
                causes all sorts of different build problems when linking against
                QtWebKit. Fixing this in qmake requires bigger changes that are
                currently not possible, so we need to work around this limitation
                for now. The advantages of the separate build did not outweight the
                build problems it caused.
    
    JavaScriptCore:
        2008-12-02  Simon Hausmann  <hausmann@webkit.org>
    
                Reviewed by Tor Arne Vestbø.
    
                Fix ability to include JavaScriptCore.pri from other .pro files.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38901 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    75ad054e