Auto test for private class QWaveDecoder

Change-Id: I50ffbc3187ae7d7a7623af3ef7d3fed2975bdbbe
Reviewed-on: http://codereview.qt-project.org/6270
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Sanity-Review: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
hawcroft
2011-10-10 13:36:02 +10:00
committed by Qt by Nokia
parent cee992cdd6
commit 12b2988137
21 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
load(qttest_p4)
HEADERS += ../../../src/multimedia/effects/qwavedecoder_p.h
SOURCES += tst_qwavedecoder.cpp \
../../../src/multimedia/effects/qwavedecoder_p.cpp
QT += multimedia-private
CONFIG += no_private_qt_headers_warning
data.path = .
data.sources = data
INSTALLS += data