[webkit-dev] Qt compilation problem

İsmail Dönmez ismail at namtrac.org
Sat Feb 6 18:29:04 PST 2010


Hi;

On Fri, Feb 5, 2010 at 1:35 PM, İsmail Dönmez <ismail at namtrac.org> wrote:

> Hi Darin;
>
> On Fri, Feb 5, 2010 at 1:32 PM, Darin Adler <darin at apple.com> wrote:
>
>> This is a question for the webkit-help mailing list or a Qt-specific one,
>> not webkit-dev. The webkit-dev mailing list is for discussion of WebKit
>> development, not building or using it.
>>
>> See <http://webkit.org/contact.html>.
>>
>>
>  The reason I used this mailing list is because this is a clear regression
> not just a build problem on my side. If proven otherwise, I am sorry.
>


Looks like nmake messes up when the filenames match. Following patch fixes
this (of course after doing a git mv), can someone comment?

diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 4d2c597..0b062d0 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1999,7 +1999,7 @@ SOURCES += \
     platform/qt/FileSystemQt.cpp \
     platform/qt/SharedBufferQt.cpp \
     platform/graphics/qt/FontCacheQt.cpp \
-    platform/graphics/qt/FontCustomPlatformData.cpp \
+    platform/graphics/qt/FontCustomPlatformDataQt.cpp \
     platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
     platform/graphics/qt/SimpleFontDataQt.cpp \
     platform/qt/KURLQt.cpp \


Thanks,
İsmail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100206/042ff620/attachment.html>


More information about the webkit-dev mailing list