diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-05-19 08:00:48 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-05-19 08:01:26 (GMT) |
commit | 4fc19dd2632a846477c8cb223350165c1c4ff8cb (patch) | |
tree | 3d607917176cca30c189dee7d0151f9764c860f9 /src/s60installs | |
parent | a819aa88e3aee10ffff595c0a1de139bf63e9526 (diff) | |
download | Qt-4fc19dd2632a846477c8cb223350165c1c4ff8cb.zip Qt-4fc19dd2632a846477c8cb223350165c1c4ff8cb.tar.gz Qt-4fc19dd2632a846477c8cb223350165c1c4ff8cb.tar.bz2 |
Unbreak build, spotted by various people. Not tested, but should work(TM).
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/qt_libs.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/qt_libs.pro b/src/s60installs/qt_libs.pro index 99fde62..9aadfc0 100644 --- a/src/s60installs/qt_libs.pro +++ b/src/s60installs/qt_libs.pro @@ -66,7 +66,7 @@ symbian: { } contains(QT_CONFIG, phonon): { - qtlibraries.sources += QtPhonon.dll + qtlibraries.sources += Phonon.dll } BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)" |