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:
Yoann Lopes
2015-02-13 17:20:03 +01:00
parent 06259f1dfb
commit 14b2b53edc

View File

@@ -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)