I am doing a build off of a git repo on Windows using msvc2010
After a run of configure and jom to build, it appears that qtwebkit was not actually built. I based this on nothing in my output folder (specified w/ —prefix to configure). I then tried following Building-Qt-5-from-Git [qt-project.org] which points to BuildingQtOnWindows [trac.webkit.org] which tells me to run perl Tools\Scripts\build-webkit —qt —release. I made sure to have the correct files in the path and this seems to have built but nothing got installed. I found files under the actual git repo (which is not what I wanted). I also found a bunch of errors in the config.log for qtwebkit about not finding include files.
I guess my simple question is does qtwebkit “just build” in qt 5.2 with a shadow build + prefix? Do I need to run the perl script or will the qt5 “configure” + “make” + “make install” be enough (it didn’t do it for me and the docs have me confused). Assuming the answer to those is yes … any guess as to why it didn’t build?
Thanks
↧