summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qwavedecoder
diff options
context:
space:
mode:
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>2012-03-09 13:18:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-12 05:53:03 +0100
commitd6cc6e393f69892fffaa47861bcb4e8e638eef9b (patch)
treeec1838bb878b72c769160be750d656d9006e0fbc /tests/auto/unit/qwavedecoder
parent87de0979e5ac91c7489c34b254de502d071bb72f (diff)
Update Qt Multimedia tests to use TESTDATA
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>
Diffstat (limited to 'tests/auto/unit/qwavedecoder')
-rw-r--r--tests/auto/unit/qwavedecoder/qwavedecoder.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/unit/qwavedecoder/qwavedecoder.pro b/tests/auto/unit/qwavedecoder/qwavedecoder.pro
index 172a6de54..ce9762b76 100644
--- a/tests/auto/unit/qwavedecoder/qwavedecoder.pro
+++ b/tests/auto/unit/qwavedecoder/qwavedecoder.pro
@@ -6,7 +6,4 @@ SOURCES += tst_qwavedecoder.cpp \
QT += multimedia-private testlib network
CONFIG += no_private_qt_headers_warning testcase
-data.files = data/*
-data.path = data
-DEPLOYMENT += data
-
+TESTDATA += data/*