Task-number: QTBUG-46689 Change-Id: I195d5cea8a588afcdefae5a91acb511fadbb839c Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
19 lines
321 B
Prolog
19 lines
321 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
|