[Development] qt5.8 : configuring the use of PulseAudio and/or GStreamer
René J. V. Bertin
rjvbertin at gmail.com
Wed Jan 18 16:57:34 CET 2017
Oswald Buddenhagen wrote:
> if you're doing a top-level build, you just pass it to configure.
But how? Configure now yells on -no-pulseaudio :
>> ERROR: Unknown command line option '-no-pulseaudio'.
And that error comes from qmake, possibly because it doesn't know this option
when processing qtbase.pro (and that it needs to be instructed to cache unknown
options for later perusal)?
I tried "-no-feature-pulseaudio", which leads to
ERROR: Enabling/Disabling unknown feature 'pulseaudio'.
(at least the option is recognised).
> otherwise, "qmake <srcdir> -- -no-pulseaudio -no-gstreamer".
>
> to re-configure, use "./config.status -recheck-all" resp.
Corresponding to `configure -redo -recheck-all`. I missed the "recheck-all"
option, thanks.
R.
More information about the Development
mailing list