summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/integration/qsoundeffect/qsoundeffect.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/integration/qsoundeffect/qsoundeffect.pro b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
index c4d965121..8ec2e458a 100644
--- a/tests/auto/integration/qsoundeffect/qsoundeffect.pro
+++ b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
@@ -8,7 +8,7 @@ CONFIG += testcase
SOURCES += tst_qsoundeffect.cpp
unix:!mac {
- !contains(QT_CONFIG, pulseaudio) {
+ !qtConfig(pulseaudio) {
DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
}
}