diff options
author | Dmitry Trofimov <dmitry.trofimov@nokia.com> | 2011-02-09 08:59:07 (GMT) |
---|---|---|
committer | Eckhart Koppen <eckhart.koppen@nokia.com> | 2011-02-15 06:02:00 (GMT) |
commit | cbd778fd823383ec97c4bd27671367da29770f60 (patch) | |
tree | d720f9712f0f90b494adfe5e4dcb3b326c455f2e /config.profiles/symbian/qt.iby | |
parent | f8810c52ff754630ee99711fe7a479f8e4967dfa (diff) | |
download | Qt-cbd778fd823383ec97c4bd27671367da29770f60.zip Qt-cbd778fd823383ec97c4bd27671367da29770f60.tar.gz Qt-cbd778fd823383ec97c4bd27671367da29770f60.tar.bz2 |
Phonon MMF backend enabled in configuration and deployment
Diffstat (limited to 'config.profiles/symbian/qt.iby')
-rw-r--r-- | config.profiles/symbian/qt.iby | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.profiles/symbian/qt.iby b/config.profiles/symbian/qt.iby index 2b3be0a..7431cfa 100644 --- a/config.profiles/symbian/qt.iby +++ b/config.profiles/symbian/qt.iby @@ -43,8 +43,8 @@ file=ABI_DIR\BUILD_DIR\qsvgicon.dll SHARED_LIB_DIR\qsvgicon.dll // This is commented out by default, as normally Helix backend will be used. // If the Helix backend is present, it will override MMF backend, so make sure to remove it from // image creation in addition to uncommenting the following lines if you want to use MMF backend. -//file=ABI_DIR\BUILD_DIR\phonon_mmf.dll SHARED_LIB_DIR\phonon_mmf.dll -//data=\epoc32\data\z\resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin +file=ABI_DIR\BUILD_DIR\phonon_mmf.dll SHARED_LIB_DIR\phonon_mmf.dll +data=\epoc32\data\z\resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin resource\qt\plugins\phonon_backend\phonon_mmf.qtplugin // QtMultimedia audio backend file=ABI_DIR\BUILD_DIR\qaudio.dll SHARED_LIB_DIR\qaudio.dll |