Files
qtmultimedia/tests/auto/integration/qsoundeffect/qsoundeffect.pro
Simon Hausmann 4819f90904 Exclude failing tests on RHEL and Ubuntu
Change-Id: Ifbfb36f47da5f826c94777286fde27d5edd29d01
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2015-07-23 12:02:40 +00:00

21 lines
441 B
Prolog

TARGET = tst_qsoundeffect
QT += core multimedia-private testlib
# This is more of a system test
CONFIG += testcase
SOURCES += tst_qsoundeffect.cpp
unix:!mac {
!contains(QT_CONFIG, pulseaudio) {
DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
}
}
TESTDATA += test.wav
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
config_pulseaudio: CONFIG += insignificant_testcase # Crashes in QSoundEffectPrivate::sampleReady with bufferAttr == 0