Bug 34688 - [Qt] Fix compilation error on Windows by renaming FontCustomPlatformData.cpp to FontCustomPlatformDataQt.cpp
Summary: [Qt] Fix compilation error on Windows by renaming FontCustomPlatformData.cpp ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 19:46 PST by Ismail Donmez
Modified: 2010-02-09 16:24 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2010-02-06 19:46:45 PST
After applying the patch a manual svn mv is necessary:

svn mv platform/graphics/qt/FontCustomPlatformData.cpp platform/graphics/qt/FontCustomPlatformDataQt.cpp

For error details, see https://lists.webkit.org/pipermail/webkit-dev/2010-February/011551.html
Comment 1 Ismail Donmez 2010-02-09 16:24:02 PST
Already fixed by someone else on trunk.