diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-03-12 12:58:45 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-03-12 16:43:38 (GMT) |
commit | d73df73c556b0a225fdde7341549ed834bc691f4 (patch) | |
tree | 7cf50ae355c8fe758c8ca86b7cab04a3f96b3230 /src/s60installs/s60installs.pro | |
parent | bd4329cc96d9dadb1e4ef490884c17bcd1201741 (diff) | |
download | Qt-d73df73c556b0a225fdde7341549ed834bc691f4.zip Qt-d73df73c556b0a225fdde7341549ed834bc691f4.tar.gz Qt-d73df73c556b0a225fdde7341549ed834bc691f4.tar.bz2 |
Moved Symbian audio backend into QtMultimedia.dll
Changed backend from being a plugin, to being statically compiled into
QtMultimedia.dll. This is to achieve consistency with the backends for
other plugins, and to allow the plugin API to be modified.
Task-number: QTBUG-8994
Reviewed-by: trustme
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r-- | src/s60installs/s60installs.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro index 86deb40..1b1e965 100644 --- a/src/s60installs/s60installs.pro +++ b/src/s60installs/s60installs.pro @@ -78,12 +78,6 @@ symbian: { DEPLOYMENT += phonon_backend_plugins } - contains(QT_CONFIG, audio-backend) { - qaudio_backend_plugins.sources += qaudio.dll - qaudio_backend_plugins.path = c:$$QT_PLUGINS_BASE_DIR/audio - DEPLOYMENT += qaudio_backend_plugins - } - # Support backup & restore for Qt libraries qtbackup.sources = backup_registration.xml qtbackup.path = c:/private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,) |