diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-18 15:50:57 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-23 12:39:37 (GMT) |
commit | 613e1ea9ef9e1cc7fdbfa5882432e9e6df003544 (patch) | |
tree | 171d10c8ae8edd5cb860d314ae03bae00ae80122 /src/plugins/phonon | |
parent | a68a747e9d97962e0d18bf852450192898163f14 (diff) | |
download | Qt-613e1ea9ef9e1cc7fdbfa5882432e9e6df003544.zip Qt-613e1ea9ef9e1cc7fdbfa5882432e9e6df003544.tar.gz Qt-613e1ea9ef9e1cc7fdbfa5882432e9e6df003544.tar.bz2 |
RoomLevel is not available in SDK 3.1, remove it.
In any case, we haven't implemented this effect.
Diffstat (limited to 'src/plugins/phonon')
-rw-r--r-- | src/plugins/phonon/mmf/plugin/plugin.pro | 2 |
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 9a9002f..0dd909d 100644 --- a/src/plugins/phonon/mmf/plugin/plugin.pro +++ b/src/plugins/phonon/mmf/plugin/plugin.pro @@ -73,7 +73,7 @@ LIBS += -lefsrv # For file server LIBS += -lapgrfx -lapmime # For recognizer # These are for effects. -LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerBase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lRoomLevelEffect -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 |