diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-11-18 10:02:21 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-11-18 10:15:59 (GMT) |
commit | a5fd2b16e292546d9113fe1bdf844e7acfc21cd7 (patch) | |
tree | 03067e3c813a345263a42f4a18a2dfca0b4e749a /src | |
parent | db3efe5bf4d03d6fcdbf435c2445203bb07475f9 (diff) | |
download | Qt-a5fd2b16e292546d9113fe1bdf844e7acfc21cd7.zip Qt-a5fd2b16e292546d9113fe1bdf844e7acfc21cd7.tar.gz Qt-a5fd2b16e292546d9113fe1bdf844e7acfc21cd7.tar.bz2 |
Complement Phonon for Symbian documentation.
Reviewed-by: Gareth Stockwell
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/phonon/phonon.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/phonon/phonon.pro b/src/plugins/phonon/phonon.pro index 814a062..803d8f9 100644 --- a/src/plugins/phonon/phonon.pro +++ b/src/plugins/phonon/phonon.pro @@ -7,4 +7,8 @@ mac:contains(QT_CONFIG, phonon-backend): SUBDIRS *= qt7 win32:!wince*:contains(QT_CONFIG, phonon-backend): SUBDIRS *= ds9 wince*:contains(QT_CONFIG, phonon-backend): SUBDIRS *= waveout wince*:contains(QT_CONFIG, directshow): SUBDIRS *= ds9 + +# Note that the MMF backend is in some scenarios an important complement to the +# Helix backend: the latter requires Symbian signed capabilities, hence MMF +# provides multimedia for self signed scenarios. symbian:contains(QT_CONFIG, phonon-backend): SUBDIRS *= mmf |