diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-14 11:13:28 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-14 11:13:28 (GMT) |
commit | d37930e3387b7c7812445234640973134383be25 (patch) | |
tree | 96cde25f8a93ebc130192a5bf2094186644ba31a /src/s60installs | |
parent | 1ac3f2b02f3d17a699aee077f614f52c1b7d8363 (diff) | |
download | Qt-d37930e3387b7c7812445234640973134383be25.zip Qt-d37930e3387b7c7812445234640973134383be25.tar.gz Qt-d37930e3387b7c7812445234640973134383be25.tar.bz2 |
Fix bug, it's phonon-backend, not phonon_backend.
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/qt_libs.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s60installs/qt_libs.pro b/src/s60installs/qt_libs.pro index cd4219a..d04dd99 100644 --- a/src/s60installs/qt_libs.pro +++ b/src/s60installs/qt_libs.pro @@ -67,8 +67,8 @@ 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 + contains(QT_CONFIG, phonon-backend) { + phonon_backend_plugins.sources += phonon_mmf.dll objectdump.dll phonon_backend_plugins.path = $$QT_PLUGINS_BASE_DIR/phonon_backend DEPLOYMENT += phonon_backend_plugins } |