From f2363657d53f033488ca0ec141cb1261847eed5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Meril=C3=A4?= Date: Wed, 7 Oct 2009 16:13:17 +0300 Subject: Compiler warning given for missing audio file (sax.mp3) Use desktopservices sax.mp3 instead of one in autotests when deploying mediaplayer for symbian. This avoids getting a warning for missing file in install packages. Task-number: QTBUG-4719 Reviewed-by: Alessandro Portale --- demos/mediaplayer/mediaplayer.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/mediaplayer/mediaplayer.pro b/demos/mediaplayer/mediaplayer.pro index 84293f2..a420cc3 100644 --- a/demos/mediaplayer/mediaplayer.pro +++ b/demos/mediaplayer/mediaplayer.pro @@ -28,8 +28,7 @@ DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout symbian { TARGET.UID3 = 0xA000C613 - addFiles.sources = ../../tests/auto/mediaobject/media/sax.mp3 - + addFiles.sources = ../embedded/desktopservices/data/sax.mp3 addFiles.path = /data/sounds/ DEPLOYMENT += addFiles -- cgit v0.12