summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-01 14:37:57 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-02-04 09:26:18 (GMT)
commit81272453fbb71b9d05add30b825a950bdba16c56 (patch)
tree408efe32cae5a4910dd70a9ffe8720d21f32db41
parenta4c9746ba38ad927d6b3490bc0b444a69c33ace9 (diff)
downloadQt-81272453fbb71b9d05add30b825a950bdba16c56.zip
Qt-81272453fbb71b9d05add30b825a950bdba16c56.tar.gz
Qt-81272453fbb71b9d05add30b825a950bdba16c56.tar.bz2
Deployed QtMultimedia.dll on Symbian
Task-number: QT-2813 Reviewed-by: trustme (cherry picked from commit a70a97cceccced13429b88f99373650d39da2f75)
-rw-r--r--src/s60installs/s60installs.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro
index aaecf6c..5318693 100644
--- a/src/s60installs/s60installs.pro
+++ b/src/s60installs/s60installs.pro
@@ -114,6 +114,10 @@ symbian: {
graphicssystems_plugins.sources += qvggraphicssystem.dll
}
+ contains(QT_CONFIG, multimedia) {
+ qtlibraries.sources += QtMultimedia.dll
+ }
+
BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)"
BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)"
}