[Development] qt5.8 : configuring the use of PulseAudio and/or GStreamer

Oswald Buddenhagen oswald.buddenhagen at qt.io
Wed Jan 18 14:14:59 CET 2017


On Wed, Jan 18, 2017 at 03:08:03AM -0800, René J.V. Bertin wrote:
> What happened with the --no-pulseaudio configure argument? I get the
> impression that one can supposedly pass arguments to QtMultiMedia's
> configure step, but how does that work?
> 
if you're doing a top-level build, you just pass it to configure.
otherwise, "qmake <srcdir> -- -no-pulseaudio -no-gstreamer".

to re-configure, use "./config.status -recheck-all" resp.
"qmake <srcdir> -- -redo -recheck-all".
or just "rm config.cache; make qmake" if you're feeling brutal.




More information about the Development mailing list