- Fix deprecated QDeclarative includes. - Comment out unused parameter. - Remove trailing comma from enumeration value (Clang) Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Change-Id: I31d54a12505f4e3a48eb4b7736a48d5dacc2c0d9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
16 lines
298 B
Prolog
16 lines
298 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
|
|
}
|
|
}
|