PDA

View Full Version : Is it possible to turn off the qtwebkit's dependency on gstreamer?



pyl0420
19th January 2014, 04:59
Hi:

Qt4 used to have the configuration option to turn off the gstreamer, but that is no longer there in Qt5. Is there a way for me to get rid of the gstreamer dependency in Qt5?


Thanks,
-Yili

anda_skoa
19th January 2014, 11:48
Doesn't it do that automatically if Gstreamer is not available when webkit is configured, i.e. when qmake is running for qtwebkit/WebKIt.pro?

Cheers,
_