Skip to content
  • hausmann@webkit.org's avatar
    Make the new WTF module build on Qt · 77d9538e
    hausmann@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=76163
    
    Reviewed by Tor Arne Vestbø.
    
    .:
    
    * WebKit.pro: Build the new WTF instead of the old one.
    
    Source/JavaScriptCore:
    
    * JavaScriptCore.pro: Removed wtf from the subdirs to build.
    
    Source/WTF:
    
    With this change the WTF sources are built _here_ but _from_ their old location using a VPATH.
    
    * WTF.pri: Renamed from Source/JavaScriptCore/wtf/wtf.pri.
    * WTF.pro: Renamed from Source/JavaScriptCore/wtf/wtf.pro.
    * config.h: Bring this file in sync with JavaScriptCore/config.h with regards to the inclusion
    / definition of the export macros.
    
    Tools:
    
    * qmake/mkspecs/modules/wtf.prf: Pull in WTF from the new location.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@104825 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    77d9538e