diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-07-21 03:35:01 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-07-21 03:35:01 (GMT) |
commit | 127c93b8ab606740fa9c59de9ce6d10de91af412 (patch) | |
tree | 21ee060c241cca595b6d63b38e5b4297a1f1806e /src/s60installs | |
parent | 3b08ceebd0c944f6d60bfced9b263371eb6379bc (diff) | |
download | Qt-127c93b8ab606740fa9c59de9ce6d10de91af412.zip Qt-127c93b8ab606740fa9c59de9ce6d10de91af412.tar.gz Qt-127c93b8ab606740fa9c59de9ce6d10de91af412.tar.bz2 |
Add the Phonon MMF backend.
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/qt.iby | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s60installs/qt.iby b/src/s60installs/qt.iby index 79edc56..edd0ab2 100644 --- a/src/s60installs/qt.iby +++ b/src/s60installs/qt.iby @@ -70,6 +70,9 @@ file=ABI_DIR\BUILD_DIR\qtwcodecs.dll SHARED_LIB_DIR\qtwcodecs.dll PAG // iconengines file=ABI_DIR\BUILD_DIR\qsvgicon.dll SHARED_LIB_DIR\qsvgicon.dll PAGED +// Phonon MMF backend +file=ABI_DIR\BUILD_DIR\phonon_mmf.dll SHARED_LIB_DIR\phonon_mmf.dll PAGED + S60_APP_RESOURCE(s60main) // imageformats stubs @@ -89,6 +92,9 @@ data=\epoc32\winscw\c\resource\qt\plugins\codecs\qtwcodecs.qtplugin res // iconengines stubs data=\epoc32\winscw\c\resource\qt\plugins\iconengines\qsvgicon.qtplugin resource\qt\plugins\iconengines\qsvgicon.qtplugin +// Phonon MMF backend +data=\epoc32\winscw\c\resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin + // Stub sis file data=ZSYSTEM\install\qt.sis System\Install\qt.sis |