diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-18 09:50:35 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-18 09:56:37 (GMT) |
commit | f21096e918a587287d61446e930c40914e2b7ce5 (patch) | |
tree | 7eb0860f64401a361789a2a996edcc8a57250751 /src/plugins/phonon | |
parent | 008d464ea90a0a33f16bd6ce29563e7dd206b91f (diff) | |
download | Qt-f21096e918a587287d61446e930c40914e2b7ce5.zip Qt-f21096e918a587287d61446e930c40914e2b7ce5.tar.gz Qt-f21096e918a587287d61446e930c40914e2b7ce5.tar.bz2 |
Add the DummyPlayer, as discussed with Gareth.
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r-- | src/plugins/phonon/mmf/mmf.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro index 0f00832..7beaa86 100644 --- a/src/plugins/phonon/mmf/mmf.pro +++ b/src/plugins/phonon/mmf/mmf.pro @@ -26,6 +26,7 @@ HEADERS += \ $$PHONON_MMF_DIR/audiooutput.h \ $$PHONON_MMF_DIR/audioplayer.h \ $$PHONON_MMF_DIR/backend.h \ + $$PHONON_MMF_DIR/dummyplayer.h \ $$PHONON_MMF_DIR/mediaobject.h \ $$PHONON_MMF_DIR/utils.h \ $$PHONON_MMF_DIR/videoplayer.h @@ -34,12 +35,13 @@ SOURCES += \ $$PHONON_MMF_DIR/audiooutput.cpp \ $$PHONON_MMF_DIR/audioplayer.cpp \ $$PHONON_MMF_DIR/backend.cpp \ + $$PHONON_MMF_DIR/dummyplayer.cpp \ $$PHONON_MMF_DIR/mediaobject.cpp \ $$PHONON_MMF_DIR/utils.cpp \ $$PHONON_MMF_DIR/videoplayer.cpp -LIBS += -lefsrv # For file server -LIBS += -lapgrfx.lib -lapmime.lib # For recognizer +LIBS += -lefsrv # For file server +LIBS += -lapgrfx.lib -lapmime.lib # For recognizer # This is needed for having the .qtplugin file properly created on Symbian. QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend |