summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-10-02 16:11:30 +0200
committerFrans Englich <frans.englich@nokia.com>2009-10-02 16:11:30 +0200
commit1e6ced147c26f926a1827dc057a3fd3037985494 (patch)
tree13830f69182fe8ceaaa77be99a3d0ce9b3bc303b /demos
parent4ec4b249c927694be69084582fa32333f21546d6 (diff)
Install the sax.mp3 test file.
Diffstat (limited to 'demos')
-rw-r--r--demos/mediaplayer/mediaplayer.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/mediaplayer/mediaplayer.pro b/demos/mediaplayer/mediaplayer.pro
index 8f9ec8238f..55e5aab828 100644
--- a/demos/mediaplayer/mediaplayer.pro
+++ b/demos/mediaplayer/mediaplayer.pro
@@ -16,7 +16,7 @@ RESOURCES += mediaplayer.qrc
SOURCES += main.cpp mediaplayer.cpp
HEADERS += mediaplayer.h
-target.path = $$[QT_INSTALL_DEMOS]/mediaplayer
+target.path = $$[QT_INSTALL_DEMOS]/qmediaplayer
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.html *.doc images
sources.path = $$[QT_INSTALL_DEMOS]/mediaplayer
INSTALLS += target sources
@@ -28,4 +28,8 @@ DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
symbian {
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
TARGET.UID3 = 0xA000C613
+
+ addFiles.sources = ../../tests/auto/mediaobject/media/sax.mp3
+ addFiles.path = /data/qt/qmediaplayer
+ DEPLOYMENT += addFiles
}