hi, Am Mittwoch, 24. Mai 2017, 15:16:54 CEST schrieb Thomas Friedrichsmeier: > no, 5.6.2. It's still buildable (and in fact it looks like it is about > to gain some traction, again, as a standalone project: > https://github.com/annulen/webkit/wiki). Of course, it typically isn't > a lot of fun to build...
do you only build the missing module, or all of Qt? is it possible to just build the submodule and link the already installed Qt libraries? i'm currently trying this: <buildQt> QT5DIR=~/software/qt5 QT5MAINDIR="${QT5DIR}/qt5" QT5TARGETBRANCH="5.6" mkdir -p "${QT5DIR}" cd "${QT5DIR}" git clone https://code.qt.io/qt/qt5.git cd "${QT5MAINDIR}" git checkout "${QT5TARGETBRANCH}" perl init-repository perl init-repository --module-subset=qtwebkit 'make install'." ./configure -developer-build -opensource -nomake examples -nomake tests - confirm-license make -j4 module-qtwebkit </buildQt> but it looks like it's starting with the Qt core libs, of course. could i set some environment variables to hint to the Qt libs installed and speed up the process (or some option to ./configure)? viele grüße :: m.eik -- dipl. psych. meik michalke institut f"ur experimentelle psychologie abt. f"ur diagnostik und differentielle psychologie heinrich-heine-universit"at d-40204 d"usseldorf
signature.asc
Description: This is a digitally signed message part.