Is building WebKit on Windows really as complicated as it seems?
-
Earlier this weekend I was successful in porting an application from a Mac build to Windows (with help from the forum!). But along the way, I temporarily jettisoned WebKit from my build because it looked like it was going to be difficult to get built and integrated properly, and it was fairly easy for me to hack the application to remove the portion which uses WebKit so as to at least establish basic feasibility. But now I have the ported application working and need to get WebKit back in. Before I follow the instructions at https://trac.webkit.org/wiki/BuildingQtOnWindows, I wanted to ask whether this is really the best way to do it. It looks like it should be capable of being built like other modules, without so much extra work! Of course I'll do whatever is best, but before embarking... can anyone suggest the best method for including WebKit with the rest of my needs from qtbase?
Many thanks,
Andy