diff options
author | axis <qt-info@nokia.com> | 2010-12-10 09:32:11 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-12-14 09:14:22 (GMT) |
commit | 725716bcf158988ac664da8f8bcd2d9a8e91a916 (patch) | |
tree | f10423c741d508af6fb9c6b803aea42b0d13c309 /src/plugins/phonon | |
parent | 379ea82dafb97db3e863a04e03819cc37ea8aa45 (diff) | |
download | Qt-725716bcf158988ac664da8f8bcd2d9a8e91a916.zip Qt-725716bcf158988ac664da8f8bcd2d9a8e91a916.tar.gz Qt-725716bcf158988ac664da8f8bcd2d9a8e91a916.tar.bz2 |
Fixed several compile and deployment issues in the mmf phonon plugin.
RevBy: Trust me
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r-- | src/plugins/phonon/mmf/mmf.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro index 691fc80..5d7b61d 100644 --- a/src/plugins/phonon/mmf/mmf.pro +++ b/src/plugins/phonon/mmf/mmf.pro @@ -103,7 +103,7 @@ symbian { exists($${EPOCROOT}epoc32/include/mw/downloadmgrclient.h) { HEADERS += $$PHONON_MMF_DIR/download.h SOURCES += $$PHONON_MMF_DIR/download.cpp - LIBS += -ldownloadmgr + LIBS += -lDownloadMgr DEFINES += PHONON_MMF_PROGRESSIVE_DOWNLOAD } } @@ -125,7 +125,7 @@ symbian { LIBS += -lmediaclientaudiostream # For CMdaAudioOutputStream # These are for effects. - LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerBase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lSourceDopplerEffect -lSourceLocationEffect -lSourceOrientationEffect -lStereoWideningEffect + LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerbase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lSourceDopplerEffect -lSourceLocationEffect -lSourceOrientationEffect -lStereoWideningEffect # This is needed for having the .qtplugin file properly created on Symbian. QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend |