diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-07-21 09:58:13 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-07-21 09:58:13 (GMT) |
commit | 287b6fbddde1e61776676996471256a3b487e4fd (patch) | |
tree | ffdc28d6e2f811a64fb69db91ff58b10b51fe592 /src/s60installs | |
parent | 6b1487b5df04e30b92a2639340928d64c08cb72f (diff) | |
download | Qt-287b6fbddde1e61776676996471256a3b487e4fd.zip Qt-287b6fbddde1e61776676996471256a3b487e4fd.tar.gz Qt-287b6fbddde1e61776676996471256a3b487e4fd.tar.bz2 |
Deploy the Phonon MMF Plugin.
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/qt_libs.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/s60installs/qt_libs.pro b/src/s60installs/qt_libs.pro index bd5c67f..376007e 100644 --- a/src/s60installs/qt_libs.pro +++ b/src/s60installs/qt_libs.pro @@ -54,7 +54,13 @@ symbian: { codecs_plugins.sources = qcncodecs.dll qjpcodecs.dll qtwcodecs.dll qkrcodecs.dll codecs_plugins.path = $$QT_PLUGINS_BASE_DIR/codecs - + + contains(QT_CONFIG, phonon_backend) { + phonon_backend_plugins.sources += phonon_mmf.dll + phonon_backend_plugins.path = $$QT_PLUGINS_BASE_DIR/phonon_backend + DEPLOYMENT += phonon_backend_plugins + } + DEPLOYMENT += qtresources qtlibraries imageformats_plugins codecs_plugins graphicssystems_plugins contains(QT_CONFIG, svg): { |