diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-26 09:30:44 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-26 09:31:25 (GMT) |
commit | 520780e1655a4855dbfc1ababd1925686a20960d (patch) | |
tree | 66c02f18680cc50314a1d69cfebd1fe01f1f2da9 /demos/mediaplayer | |
parent | 0f893c8e1147d759b81cbd9ad121d7715c333bf6 (diff) | |
download | Qt-520780e1655a4855dbfc1ababd1925686a20960d.zip Qt-520780e1655a4855dbfc1ababd1925686a20960d.tar.gz Qt-520780e1655a4855dbfc1ababd1925686a20960d.tar.bz2 |
Rename mediaplayer to qmediaplayer, and make it an example on Symbian.
We rename mediaplayer to qmediaplayer to avoid it clashing with Symbian's
default media player. We also install it as an example, in order to be able to
show case Phonon.
Diffstat (limited to 'demos/mediaplayer')
-rw-r--r-- | demos/mediaplayer/mediaplayer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mediaplayer/mediaplayer.pro b/demos/mediaplayer/mediaplayer.pro index ef07a3f..8e38c0c 100644 --- a/demos/mediaplayer/mediaplayer.pro +++ b/demos/mediaplayer/mediaplayer.pro @@ -3,7 +3,7 @@ ###################################################################### TEMPLATE = app -TARGET = +TARGET = qmediaplayer DEPENDPATH += . build src ui QT += phonon |