summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtmultimedia.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro
index 3cec526e8..cf97e6423 100644
--- a/qtmultimedia.pro
+++ b/qtmultimedia.pro
@@ -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)