[Development] Problems with QtWebKit 5.6 / Please do not remove QtWebkit from 5.6 official binaries

Jan Kundrát jkt at kde.org
Sun Mar 20 18:26:20 CET 2016


On Sunday, 20 March 2016 17:55:23 CET, René J. V. Bertin wrote:
> Why on earth does this have to be so difficult

For the record, this is how my CI system builds its copy of Qt 5.6:

git clone https://code.qt.io/qt/qt5.git
cd qt5
git checkout ${QT5_TAG:-${QT5_BRANCH}}
git submodule update --init
./configure ${DEBUG_RELEASE} -confirm-license -opensource -dbus -xcb 
-nomake examples -nomake tests -prefix ${PREFIX}
make -j12
make install

Consulting the list of resulting binaries, it built QtWebKit, but skipped 
QtWebEngine for some reason :).

Anyway, this is just another anecdote that it was actually pretty easy to 
get QtWebKit from the 5.6 branch (on Linux, though).

Cheers,
Jan

-- 
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/



More information about the Development mailing list