src/plugins/phonon/mmf/mmf.pro
changeset 30 5dc02b23752f
parent 19 fcece45ef507
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    75            $$PHONON_MMF_DIR/utils.cpp                \
    75            $$PHONON_MMF_DIR/utils.cpp                \
    76            $$PHONON_MMF_DIR/videowidget.cpp
    76            $$PHONON_MMF_DIR/videowidget.cpp
    77 
    77 
    78 # Test for whether the build environment supports video rendering to graphics
    78 # Test for whether the build environment supports video rendering to graphics
    79 # surfaces.
    79 # surfaces.
    80 exists($${EPOCROOT}epoc32/include/platform/videoplayer2.h) {
    80 symbian {
    81     HEADERS +=                                       \
    81     exists($${EPOCROOT}epoc32/include/platform/videoplayer2.h) {
    82            $$PHONON_MMF_DIR/videooutput_surface.h    \
    82         HEADERS +=                                       \
    83            $$PHONON_MMF_DIR/videoplayer_surface.h
    83                $$PHONON_MMF_DIR/videooutput_surface.h    \
    84     SOURCES +=                                       \
    84                $$PHONON_MMF_DIR/videoplayer_surface.h
    85            $$PHONON_MMF_DIR/videooutput_surface.cpp  \
    85         SOURCES +=                                       \
    86            $$PHONON_MMF_DIR/videoplayer_surface.cpp
    86                $$PHONON_MMF_DIR/videooutput_surface.cpp  \
    87     DEFINES += PHONON_MMF_VIDEO_SURFACES
    87                $$PHONON_MMF_DIR/videoplayer_surface.cpp
    88 } else {
    88         DEFINES += PHONON_MMF_VIDEO_SURFACES
    89     HEADERS +=                                       \
    89     } else {
    90            $$PHONON_MMF_DIR/ancestormovemonitor.h    \
    90         HEADERS +=                                       \
    91            $$PHONON_MMF_DIR/videooutput_dsa.h        \
    91                $$PHONON_MMF_DIR/ancestormovemonitor.h    \
    92            $$PHONON_MMF_DIR/videoplayer_dsa.h
    92                $$PHONON_MMF_DIR/videooutput_dsa.h        \
    93     SOURCES +=                                       \
    93                $$PHONON_MMF_DIR/videoplayer_dsa.h
    94            $$PHONON_MMF_DIR/ancestormovemonitor.cpp  \
    94         SOURCES +=                                       \
    95            $$PHONON_MMF_DIR/videooutput_dsa.cpp      \
    95                $$PHONON_MMF_DIR/ancestormovemonitor.cpp  \
    96            $$PHONON_MMF_DIR/videoplayer_dsa.cpp      \
    96                $$PHONON_MMF_DIR/videooutput_dsa.cpp      \
       
    97                $$PHONON_MMF_DIR/videoplayer_dsa.cpp      \
       
    98     }
    97 }
    99 }
    98 
   100 
    99 LIBS += -lcone
   101 LIBS += -lcone
   100 LIBS += -lws32
   102 LIBS += -lws32
   101 
   103