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. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
