%general-entities; ]> $LastChangedBy$ $Date$ QtWebkit-&qtwebkit-version; QtWebkit Introduction to QtWebkit Qtwebkit is a Qt based web browser engine. &lfs79_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qtwebkit-md5sum; Download size: &qtwebkit-size; Estimated disk space required: &qtwebkit-buildsize; Estimated build time: &qtwebkit-time; Qtwebkit Dependencies Required , , (built with ), and User Notes: Installation of Qtwebkit Install Qtwebkit by running the following commands: syncqt.pl -version 5.6.0 Source/sync.profile && qmake && make This package does not come with a test suite. Now, as the root user: make install The installation is automatically made to the $QT5DIR directory tree. Remove references to the build directory from the installed .pc files by running the following command as the root user: find $QT5DIR/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \; Remove references to the build directory from installed library dependency (prl) and profile include (pri) files by running the following commands as the root user: find $QT5DIR/ -name qt_lib_bootstrap_private.pri \ -exec sed -i -e "s:$PWD/qtbase:/$QT5DIR/lib/:g" {} \; && find $QT5DIR/ -name \*.prl \ -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; Command Explanations syncqt.pl ...: is a Qt internal development tool that synchronizes Qt header files. qmake: is a Qt tool that automates the generation of Makefiles. Contents Installed Programs Installed Libraries Installed Directories None libQt5WebKit.so and libQt5WebKitWidgets.so $QT5PREFIX/qml/QtWebKit, $QT5PREFIX/lib/cmake/Qt5WebKit{,Widgets}, $QT5PREFIX/include/QtWebKit{,Widgets), and $QT5PREFIX/plugins/webkit