Fix qwavedecoder test data deployment on device
authorKalle Juhani Lehtonen <kalle.ju.lehtonen@nokia.com>
Thu, 13 Oct 2011 07:16:51 +0000 (17:16 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 13 Oct 2011 11:04:12 +0000 (13:04 +0200)
- Device deployment changed to use DEPLOYMENT instead of INSTALLS for
test data files
- Test data deployment target fixed to go under binary
installation directory instead of the build directory

Change-Id: I4b0007f9309767083a4a5dfa6f3dc26f3c36c330
Reviewed-on: http://codereview.qt-project.org/6573
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
tests/auto/qwavedecoder/qwavedecoder.pro

index 3c9fd10..db3f264 100644 (file)
@@ -6,8 +6,7 @@ SOURCES += tst_qwavedecoder.cpp \
 QT += multimedia-private testlib network
 CONFIG += no_private_qt_headers_warning testcase
 
-data.files = data
-data.path = $${OUT_PWD}
-
-INSTALLS += data
+data.files = data/*
+data.path = data
+DEPLOYMENT += data