Files
qtmultimedia/tests/auto/integration/qsoundeffect/qsoundeffect.pro
Toby Tomkins 5f06930b16 Replace insignificant flag for mac with QEXPECT_FAIL. Keep for win32.
Change-Id: Ied8519294e34d74ef854baa5be5cba2972a7f33c
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-07-13 01:06:17 +02:00

20 lines
355 B
Prolog

TARGET = tst_qsoundeffect
QT += core multimedia-private testlib
CONFIG += no_private_qt_headers_warning
# 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
win32: CONFIG += insignificant_test