[webkit-dev] build QTwebkit errors on windows

Alexey Proskuryakov ap-carbon at rambler.ru
Mon Aug 27 01:21:22 PDT 2007


On 8/27/07 11:09 AM, "Simon Hausmann" <hausmann at kde.org> wrote:

>> 2) Change the call to PathFindFileName to only be #if PLATFORM(WIN)
>> (currently it's PLATFORM(WIN_OS), which includes Qt), and make a
>> PLATFORM(QT) version.
>> 
>>     I don't know which is the better choice for the Qt build. Perhaps
>> Lars or Simon have a better idea?
> 
> I like the latter idea :)

  Perhaps it would make sense to keep it PLATFORM(WIN_OS), but add a
PLATFORM(QT) case above it then - this way, other possible Windows ports
wouldn't get the default Unix code path.

- WBR, Alexey Proskuryakov





More information about the webkit-dev mailing list