summaryrefslogtreecommitdiffstats
path: root/src/plugins/phonon
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-10 11:57:07 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-09-10 11:57:07 (GMT)
commitf6495ee7a1427e377559e25616a35ba11f34e9c1 (patch)
tree808056d2630c8fc4ca12d5aaead5d185780552b6 /src/plugins/phonon
parent264a6a562f7870a9fd1af065aef4e979808bd1d2 (diff)
downloadQt-f6495ee7a1427e377559e25616a35ba11f34e9c1.zip
Qt-f6495ee7a1427e377559e25616a35ba11f34e9c1.tar.gz
Qt-f6495ee7a1427e377559e25616a35ba11f34e9c1.tar.bz2
Fixed problems with compiling for ARMV5
- Forward declaration of QScopedPointer containee type was causing an error - Audio effect libraries were declared in the .pro file as e.g. -lBassBoostEffect.lib, causing toolchain to try to link statically - Added several missing MMF:: namespace qualifiers
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r--src/plugins/phonon/mmf/plugin/plugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/phonon/mmf/plugin/plugin.pro b/src/plugins/phonon/mmf/plugin/plugin.pro
index c343831..e24252c 100644
--- a/src/plugins/phonon/mmf/plugin/plugin.pro
+++ b/src/plugins/phonon/mmf/plugin/plugin.pro
@@ -74,7 +74,7 @@ LIBS += -lefsrv # For file server
LIBS += -lapgrfx -lapmime # For recognizer
# These are for effects.
-LIBS += -lAudioEqualizerEffect.lib -lBassBoostEffect.lib -lDistanceAttenuationEffect.lib -lDopplerBase.lib -lEffectBase.lib -lEnvironmentalReverbEffect.lib -lListenerDopplerEffect.lib -lListenerLocationEffect.lib -lListenerOrientationEffect.lib -lLocationBase.lib -lLoudnessEffect.lib -lOrientationBase.lib -lRoomLevelEffect.lib -lSourceDopplerEffect.lib -lSourceLocationEffect.lib -lSourceOrientationEffect.lib -lStereoWideningEffect.lib
+LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerBase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lRoomLevelEffect -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