Compile Alsa and PulseAudio plugins only when enabled by configure.
They are enabled by default, this simply makes sure -no-alsa and -no-pulseaudio work. Change-Id: I8e921381363064bb65b414152eab27c08a551dc4 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
@@ -15,8 +15,8 @@ win32 {
|
||||
} else:qnx {
|
||||
qtCompileTest(mmrenderer)
|
||||
} else {
|
||||
qtCompileTest(alsa)
|
||||
qtCompileTest(pulseaudio)
|
||||
contains(QT_CONFIG, alsa):qtCompileTest(alsa)
|
||||
contains(QT_CONFIG, pulseaudio):qtCompileTest(pulseaudio)
|
||||
qtCompileTest(gstreamer) {
|
||||
qtCompileTest(gstreamer_photography)
|
||||
qtCompileTest(gstreamer_encodingprofiles)
|
||||
|
||||
Reference in New Issue
Block a user