31 Jul
2007
31 Jul
'07
12:52 p.m.
Hi, all, currently WebKit is built on Windows platform using Visual Studio solution file: $(WebKitDir)/WebKit/win/WebKit.vcproj/WebKit.sln However, sometimes it's not easy to deal with .sln or .vcproj files, so the question is: is it possible to to build WebKit on Windows platform using, for example, Makefiles? If the solution above is generated with qmake, it should be possible to generate the corresponding Makefiles using the same qmake. Unfortunately, I'm not an expert in qmake and don't know if it is possible. Thanks, Artem