The QSoundEffect test was missing in the initial modularization. Change-Id: I92ba5290b28a4af3a1d4bd8f8a036e14a75cf8d1 Reviewed-on: http://codereview.qt.nokia.com/1400 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
26 lines
510 B
Prolog
26 lines
510 B
Prolog
load(qttest_p4)
|
|
|
|
QT += core declarative multimediakit-private
|
|
|
|
# TARGET = tst_qsoundeffect
|
|
|
|
SOURCES += tst_qsoundeffect.cpp
|
|
|
|
wince*|symbian {
|
|
deploy.files = test.wav
|
|
DEPLOYMENT = deploy
|
|
DEFINES += QT_QSOUNDEFFECT_USEAPPLICATIONPATH
|
|
} else:maemo* {
|
|
DEFINES += QT_QSOUNDEFFECT_USEAPPLICATIONPATH
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
unix:!mac:!symbian {
|
|
!contains(QT_CONFIG, pulseaudio) {
|
|
DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
|
|
}
|
|
}
|
|
|
|
maemo*:CONFIG += insignificant_test
|