Skip to content
  • commit-queue@webkit.org's avatar
    [Qt][WRT] Fix build error with MSVC on Windows. · 1c0d37d7
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=97697
    
    Patch by Zoltan Arvai <zarvai@inf.u-szeged.hu> on 2012-10-03
    Reviewed by Simon Hausmann.
    
    WTR build is failing when WebKit directory is located on a longer path.
    This seems to caused by source files that has the same name in
    WTR and DRT directories. The solution is removing referencies
    from Target.pri to DRT directory and adding an alternate version of
    the required files to WTR. Those files simply include the real ones from DRT.
    
    * WebKitTestRunner/InjectedBundle/Target.pri:
    * WebKitTestRunner/InjectedBundle/qt/QtInitializeTestFonts.cpp: Added.
    * WebKitTestRunner/InjectedBundle/qt/QtInitializeTestFonts.h: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@130265 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    1c0d37d7