blob: 868346a2ea368b2edd55d0b912bfc8bf45f1365a [file] [log] [blame]
TARGET = tst_qsoundeffect
QT += core multimedia-private testlib
# This is more of a system test
CONFIG += testcase
SOURCES += tst_qsoundeffect.cpp
unix:!mac {
!qtConfig(pulseaudio) {
DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
}
}
TESTDATA += test.wav
RESOURCES += \
resources.qrc