Qt5 brought support for general for test data install and find. This change replaces old Qt4 time deployment supported in WinCE and Symbian with the new general solution using TESTDATA in .pro files and QFINDTESTDATA in source code. Change-Id: I5dbe3ca22e2259f249ebb4df570ea91f17d23526 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
10 lines
289 B
Prolog
10 lines
289 B
Prolog
TARGET = tst_qwavedecoder
|
|
HEADERS += $$QT.multimedia.sources/audio/qwavedecoder_p.h
|
|
SOURCES += tst_qwavedecoder.cpp \
|
|
$$QT.multimedia.sources/audio/qwavedecoder_p.cpp
|
|
|
|
QT += multimedia-private testlib network
|
|
CONFIG += no_private_qt_headers_warning testcase
|
|
|
|
TESTDATA += data/*
|