diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-10-02 14:11:30 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-10-02 14:11:30 (GMT) |
commit | 1e6ced147c26f926a1827dc057a3fd3037985494 (patch) | |
tree | 13830f69182fe8ceaaa77be99a3d0ce9b3bc303b /demos | |
parent | 4ec4b249c927694be69084582fa32333f21546d6 (diff) | |
download | Qt-1e6ced147c26f926a1827dc057a3fd3037985494.zip Qt-1e6ced147c26f926a1827dc057a3fd3037985494.tar.gz Qt-1e6ced147c26f926a1827dc057a3fd3037985494.tar.bz2 |
Install the sax.mp3 test file.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/mediaplayer/mediaplayer.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/mediaplayer/mediaplayer.pro b/demos/mediaplayer/mediaplayer.pro index 8f9ec82..55e5aab 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 } |