diff options
author | axis <qt-info@nokia.com> | 2011-02-01 08:44:42 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-02-03 14:59:34 (GMT) |
commit | 0401781da17f949c0d42d176266ff47ed59b0793 (patch) | |
tree | 8ef5017bad2bc7faf7f07824e864da2d92618595 /src/plugins | |
parent | 822151edc065dc89ed331e91e02fb8014ef3ecee (diff) | |
download | Qt-0401781da17f949c0d42d176266ff47ed59b0793.zip Qt-0401781da17f949c0d42d176266ff47ed59b0793.tar.gz Qt-0401781da17f949c0d42d176266ff47ed59b0793.tar.bz2 |
Fixed library casing.
RevBy: Trust me
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/phonon/mmf/mmf.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/phonon/mmf/mmf.pro b/src/plugins/phonon/mmf/mmf.pro index de00c9e..a9e5746 100644 --- a/src/plugins/phonon/mmf/mmf.pro +++ b/src/plugins/phonon/mmf/mmf.pro @@ -128,7 +128,7 @@ symbian { LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerbase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lSourceDopplerEffect -lSourceLocationEffect -lSourceOrientationEffect -lStereoWideningEffect # This is to allow IAP to be specified - LIBS += -lCommDb + LIBS += -lcommdb # This is needed for having the .qtplugin file properly created on Symbian. QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend |