So "make check" doesn't find them, since they are more system tests than automatic unit tests (since they access the real MM backends). Change-Id: I3322b4206bce16a97c28753b80c0ed5dc0bb250e Reviewed-on: http://codereview.qt.nokia.com/2599 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
19 lines
324 B
Prolog
19 lines
324 B
Prolog
load(qttest_p4)
|
|
|
|
QT += core declarative multimediakit-private
|
|
|
|
# This is more of a system test
|
|
CONFIG -= testcase
|
|
|
|
SOURCES += tst_qsoundeffect.cpp
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
unix:!mac {
|
|
!contains(QT_CONFIG, pulseaudio) {
|
|
DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
|
|
}
|
|
}
|
|
|
|
maemo*:CONFIG += insignificant_test
|