Add missing autotest.
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>
This commit is contained in:
committed by
Qt by Nokia
parent
e4f42348f1
commit
09d89118d9
25
tests/auto/qsoundeffect/qsoundeffect.pro
Normal file
25
tests/auto/qsoundeffect/qsoundeffect.pro
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user