[Development] qtwebkit

Kai Koehne Kai.Koehne at qt.io
Fri Dec 16 09:59:58 CET 2016


Have you tried running qmake && jom (or nmake) manually inside the qtwebkit source directory?

Kai

> -----Original Message-----
> From: Development [mailto:development-bounces+kai.koehne=qt.io at qt-
> project.org] On Behalf Of Harald Vistnes
> Sent: Friday, December 16, 2016 9:55 AM
> To: development at qt-project.org
> Subject: [Development] qtwebkit
> 
> Hi,
> 
> 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.
> 
> Here is what I did
> 
> git clone git://code.qt.io/qt/qt5.git <http://code.qt.io/qt/qt5.git> cd qt5 perl
> init-repository --module-subset=all,-ignore,-qtwebkit-examples,-
> qtwebengine,-qtnetworkauth,-qtspeech,-qtvirtualkeyboard,-qtdatavis3d,-
> qtcharts,-qtpurchasing,-qtquickcontrols2,-qtserialport,-qtwayland,-qtdoc
> git checkout 5.8.0
> 
> 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
> 
> I tried removing qtwebkit from QT_SKIP_MODULES in qt.pro <http://qt.pro>
> (line 29), but that did not help.
> 
> I'm on Windows 10 with VS2015. I've built qtwebkit before, so I think I have
> all dependencies installed.
> 
> What am I missing?
> 
> Thanks,
> Harald


More information about the Development mailing list