Change-Id: Ifbfb36f47da5f826c94777286fde27d5edd29d01 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
21 lines
441 B
Prolog
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
|