Dear list,

I'm using webvfx and I'd like to use flexbox in my CSS.

The version of QtWebKit which comes with Ubuntu (headless) Server 14.04 TLS
does not seem to support it so I decided to upgrade to QT 5.2 by installing
the following apt packages :
'qt5-default','libqt5webkit5-dev','qtdeclarative5-dev','qtquick1-5-dev','qtscript5-dev'

qmake seems to report QT 5.2 is installed

$ qmake -v
QMake version 3.0
Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu

QtWebKit comes with QT so I thought it would do the trick but nope, flexbox
rendering still does not work :(

Following instructions on https://github.com/mltframework/webvfx I tried to
compile a recent version of Webkit

$ git clone --depth=1 git://git.webkit.org/WebKit.git WebKit
$ ./WebKit/Tools/Scripts/build-webkit --qt

then I rebuilt webvfx to no avail.

Is there any mean to know which version of QtWebKit is used by webvfx ?
Any idea how to build webvfx with the latest version of QtWebKit on Ubuntu
Server ?

Many thanks in advance, all the best,

Geoffroy
------------------------------------------------------------------------------
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to