- 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>
10 lines
180 B
Prolog
10 lines
180 B
Prolog
TARGET = tst_qsound
|
|
|
|
QT += core multimedia-private testlib
|
|
CONFIG += no_private_qt_headers_warning
|
|
|
|
# This is more of a system test
|
|
# CONFIG += testcase
|
|
|
|
SOURCES += tst_qsound.cpp
|