Files
qtmultimedia/tests/auto/qwavedecoder/qwavedecoder.pro
Rohan McGovern e0f306cff9 tests: eliminated usage of qttest_p4.prf
Change-Id: I45f6c818c9dbdcf37c9f5f382b42da9c69618311
Reviewed-on: http://codereview.qt-project.org/6382
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-10-11 06:42:49 +02:00

14 lines
319 B
Prolog

TARGET = tst_qwavedecoder
HEADERS += ../../../src/multimedia/effects/qwavedecoder_p.h
SOURCES += tst_qwavedecoder.cpp \
../../../src/multimedia/effects/qwavedecoder_p.cpp
QT += multimedia-private testlib
CONFIG += no_private_qt_headers_warning testcase
data.path = .
data.sources = data
INSTALLS += data