src/plugins/phonon/mmf/mmf.pro
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 5 d3bac044e0f0
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
    33            $$PHONON_MMF_DIR/backend.h                \
    33            $$PHONON_MMF_DIR/backend.h                \
    34            $$PHONON_MMF_DIR/bassboost.h              \
    34            $$PHONON_MMF_DIR/bassboost.h              \
    35            $$PHONON_MMF_DIR/defs.h                   \
    35            $$PHONON_MMF_DIR/defs.h                   \
    36            $$PHONON_MMF_DIR/dummyplayer.h            \
    36            $$PHONON_MMF_DIR/dummyplayer.h            \
    37            $$PHONON_MMF_DIR/effectfactory.h          \
    37            $$PHONON_MMF_DIR/effectfactory.h          \
       
    38            $$PHONON_MMF_DIR/effectparameter.h        \
       
    39            $$PHONON_MMF_DIR/environmentalreverb.h    \
       
    40            $$PHONON_MMF_DIR/loudness.h               \
    38            $$PHONON_MMF_DIR/mediaobject.h            \
    41            $$PHONON_MMF_DIR/mediaobject.h            \
    39            $$PHONON_MMF_DIR/mmf_medianode.h          \
    42            $$PHONON_MMF_DIR/mmf_medianode.h          \
    40            $$PHONON_MMF_DIR/mmf_videoplayer.h        \
    43            $$PHONON_MMF_DIR/mmf_videoplayer.h        \
       
    44            $$PHONON_MMF_DIR/stereowidening.h         \
    41            $$PHONON_MMF_DIR/objectdump.h             \
    45            $$PHONON_MMF_DIR/objectdump.h             \
    42            $$PHONON_MMF_DIR/objectdump_symbian.h     \
    46            $$PHONON_MMF_DIR/objectdump_symbian.h     \
    43            $$PHONON_MMF_DIR/objecttree.h             \
    47            $$PHONON_MMF_DIR/objecttree.h             \
    44            $$PHONON_MMF_DIR/utils.h                  \
    48            $$PHONON_MMF_DIR/utils.h                  \
    45            $$PHONON_MMF_DIR/videooutput.h            \
    49            $$PHONON_MMF_DIR/videooutput.h            \
    55            $$PHONON_MMF_DIR/audioplayer.cpp          \
    59            $$PHONON_MMF_DIR/audioplayer.cpp          \
    56            $$PHONON_MMF_DIR/backend.cpp              \
    60            $$PHONON_MMF_DIR/backend.cpp              \
    57            $$PHONON_MMF_DIR/bassboost.cpp            \
    61            $$PHONON_MMF_DIR/bassboost.cpp            \
    58            $$PHONON_MMF_DIR/dummyplayer.cpp          \
    62            $$PHONON_MMF_DIR/dummyplayer.cpp          \
    59            $$PHONON_MMF_DIR/effectfactory.cpp        \
    63            $$PHONON_MMF_DIR/effectfactory.cpp        \
       
    64            $$PHONON_MMF_DIR/effectparameter.cpp      \
       
    65            $$PHONON_MMF_DIR/environmentalreverb.cpp  \
       
    66            $$PHONON_MMF_DIR/loudness.cpp             \
    60            $$PHONON_MMF_DIR/mediaobject.cpp          \
    67            $$PHONON_MMF_DIR/mediaobject.cpp          \
    61            $$PHONON_MMF_DIR/mmf_medianode.cpp        \
    68            $$PHONON_MMF_DIR/mmf_medianode.cpp        \
    62            $$PHONON_MMF_DIR/mmf_videoplayer.cpp      \
    69            $$PHONON_MMF_DIR/mmf_videoplayer.cpp      \
       
    70            $$PHONON_MMF_DIR/stereowidening.cpp       \
    63            $$PHONON_MMF_DIR/objectdump.cpp           \
    71            $$PHONON_MMF_DIR/objectdump.cpp           \
    64            $$PHONON_MMF_DIR/objectdump_symbian.cpp   \
    72            $$PHONON_MMF_DIR/objectdump_symbian.cpp   \
    65            $$PHONON_MMF_DIR/objecttree.cpp           \
    73            $$PHONON_MMF_DIR/objecttree.cpp           \
    66            $$PHONON_MMF_DIR/utils.cpp                \
    74            $$PHONON_MMF_DIR/utils.cpp                \
    67            $$PHONON_MMF_DIR/videooutput.cpp          \
    75            $$PHONON_MMF_DIR/videooutput.cpp          \
    79 LIBS += -lcone                    # For CCoeEnv
    87 LIBS += -lcone                    # For CCoeEnv
    80 LIBS += -lws32                    # For RWindow
    88 LIBS += -lws32                    # For RWindow
    81 LIBS += -lefsrv                   # For file server
    89 LIBS += -lefsrv                   # For file server
    82 LIBS += -lapgrfx -lapmime         # For recognizer
    90 LIBS += -lapgrfx -lapmime         # For recognizer
    83 LIBS += -lmmfcontrollerframework  # For CMMFMetaDataEntry
    91 LIBS += -lmmfcontrollerframework  # For CMMFMetaDataEntry
       
    92 LIBS += -lmediaclientaudiostream  # For CMdaAudioOutputStream
    84 
    93 
    85 # These are for effects.
    94 # These are for effects.
    86 LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerBase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lSourceDopplerEffect -lSourceLocationEffect -lSourceOrientationEffect -lStereoWideningEffect
    95 LIBS += -lAudioEqualizerEffect -lBassBoostEffect -lDistanceAttenuationEffect -lDopplerbase -lEffectBase -lEnvironmentalReverbEffect -lListenerDopplerEffect -lListenerLocationEffect -lListenerOrientationEffect -lLocationBase -lLoudnessEffect -lOrientationBase -lSourceDopplerEffect -lSourceLocationEffect -lSourceOrientationEffect -lStereoWideningEffect
    87 
    96 
    88 # This is needed for having the .qtplugin file properly created on Symbian.
    97 # This is needed for having the .qtplugin file properly created on Symbian.
    89 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend
    98 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/phonon_backend
    90 
    99 
    91 target.path = $$[QT_INSTALL_PLUGINS]/phonon_backend
   100 target.path = $$[QT_INSTALL_PLUGINS]/phonon_backend