Commit c031b2c0 authored by vestbo@webkit.org's avatar vestbo@webkit.org

Fix Qt build on Windows.

Reviewed by Simon Hausmann.

nmake fails to pick the right cpp file, so we have to
rename the file to to a unique name.

* WebCore.pro:
* platform/graphics/qt/FontCustomPlatformDataQt.cpp: Renamed from WebCore/platform/graphics/qt/FontCustomPlatformData.cpp.

git-svn-id: svn://svn.chromium.org/blink/trunk@54490 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 431ce9fb
2010-02-08 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
Fix Qt build on Windows.
nmake fails to pick the right cpp file, so we have to
rename the file to to a unique name.
* WebCore.pro:
* platform/graphics/qt/FontCustomPlatformDataQt.cpp: Renamed from WebCore/platform/graphics/qt/FontCustomPlatformData.cpp.
2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com> 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze. Reviewed by Dirk Schulze.
......
...@@ -1999,7 +1999,7 @@ SOURCES += \ ...@@ -1999,7 +1999,7 @@ SOURCES += \
platform/qt/FileSystemQt.cpp \ platform/qt/FileSystemQt.cpp \
platform/qt/SharedBufferQt.cpp \ platform/qt/SharedBufferQt.cpp \
platform/graphics/qt/FontCacheQt.cpp \ platform/graphics/qt/FontCacheQt.cpp \
platform/graphics/qt/FontCustomPlatformData.cpp \ platform/graphics/qt/FontCustomPlatformDataQt.cpp \
platform/graphics/qt/GlyphPageTreeNodeQt.cpp \ platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
platform/graphics/qt/SimpleFontDataQt.cpp \ platform/graphics/qt/SimpleFontDataQt.cpp \
platform/qt/KURLQt.cpp \ platform/qt/KURLQt.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment