<div dir="ltr">Hi,<div><br></div><div>is it still possible to build the qtwebkit module manually in 5.8.0? I've tried fetching the sources from git, but qtwebkit is not built. I guess I have to change some build scripts since it is obsolete, but I am not sure what needs to be done.</div><div><br></div><div>Here is what I did </div><div><br></div><div><div>git clone git://<a href="http://code.qt.io/qt/qt5.git">code.qt.io/qt/qt5.git</a></div><div>cd qt5</div><div>perl init-repository --module-subset=all,-ignore,-qtwebkit-examples,-qtwebengine,-qtnetworkauth,-qtspeech,-qtvirtualkeyboard,-qtdatavis3d,-qtcharts,-qtpurchasing,-qtquickcontrols2,-qtserialport,-qtwayland,-qtdoc </div><div>git checkout 5.8.0<br></div></div><div><div>configure -prefix %CD%\qtbase -opensource -shared -confirm-license -debug-and-release -release -opengl desktop -qt-zlib -qt-libpng -no-angle -qt-libjpeg -icu -skip qtconnectivity -skip qtlocation -skip qtsensors -skip qtwayland -skip qtserialbus -skip qtserialport -skip qtvirtualkeyboard -skip qtdatavis3d -skip qtcharts -skip qtpurchasing -skip qtspeech -skip qtnetworkauth -skip qtwebengine -platform win32-msvc2015 -nomake tests</div></div><div><br></div><div>I tried removing qtwebkit from QT_SKIP_MODULES in <a href="http://qt.pro">qt.pro</a> (line 29), but that did not help.</div><div><br></div><div>I'm on Windows 10 with VS2015. I've built qtwebkit before, so I think I have all dependencies installed.</div><div><br></div><div>What am I missing?</div><div><br></div><div>Thanks,</div><div>Harald</div></div>