src/plugins/phonon/ds9/ds9.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    20            $$PHONON_DS9_DIR/iodevicereader.h \
    20            $$PHONON_DS9_DIR/iodevicereader.h \
    21            $$PHONON_DS9_DIR/mediagraph.h \
    21            $$PHONON_DS9_DIR/mediagraph.h \
    22            $$PHONON_DS9_DIR/mediaobject.h \
    22            $$PHONON_DS9_DIR/mediaobject.h \
    23            $$PHONON_DS9_DIR/videowidget.h \
    23            $$PHONON_DS9_DIR/videowidget.h \
    24            $$PHONON_DS9_DIR/videorenderer_soft.h \
    24            $$PHONON_DS9_DIR/videorenderer_soft.h \
    25            $$PHONON_DS9_DIR/videorenderer_vmr9.h \
       
    26            $$PHONON_DS9_DIR/volumeeffect.h \
    25            $$PHONON_DS9_DIR/volumeeffect.h \
    27            $$PHONON_DS9_DIR/qbasefilter.h \
    26            $$PHONON_DS9_DIR/qbasefilter.h \
    28            $$PHONON_DS9_DIR/qpin.h \
    27            $$PHONON_DS9_DIR/qpin.h \
    29            $$PHONON_DS9_DIR/qasyncreader.h \
    28            $$PHONON_DS9_DIR/qasyncreader.h \
    30            $$PHONON_DS9_DIR/qaudiocdreader.h \
    29            $$PHONON_DS9_DIR/qaudiocdreader.h \
    43            $$PHONON_DS9_DIR/iodevicereader.cpp \
    42            $$PHONON_DS9_DIR/iodevicereader.cpp \
    44            $$PHONON_DS9_DIR/mediagraph.cpp \
    43            $$PHONON_DS9_DIR/mediagraph.cpp \
    45            $$PHONON_DS9_DIR/mediaobject.cpp \
    44            $$PHONON_DS9_DIR/mediaobject.cpp \
    46            $$PHONON_DS9_DIR/videowidget.cpp \
    45            $$PHONON_DS9_DIR/videowidget.cpp \
    47            $$PHONON_DS9_DIR/videorenderer_soft.cpp \
    46            $$PHONON_DS9_DIR/videorenderer_soft.cpp \
    48            $$PHONON_DS9_DIR/videorenderer_vmr9.cpp \
       
    49            $$PHONON_DS9_DIR/volumeeffect.cpp \
    47            $$PHONON_DS9_DIR/volumeeffect.cpp \
    50            $$PHONON_DS9_DIR/qbasefilter.cpp \
    48            $$PHONON_DS9_DIR/qbasefilter.cpp \
    51            $$PHONON_DS9_DIR/qpin.cpp \
    49            $$PHONON_DS9_DIR/qpin.cpp \
    52            $$PHONON_DS9_DIR/qasyncreader.cpp \
    50            $$PHONON_DS9_DIR/qasyncreader.cpp \
    53            $$PHONON_DS9_DIR/qaudiocdreader.cpp \
    51            $$PHONON_DS9_DIR/qaudiocdreader.cpp \
    54            $$PHONON_DS9_DIR/qmeminputpin.cpp
    52            $$PHONON_DS9_DIR/qmeminputpin.cpp
    55 
    53 
       
    54 #the EVR renderer (only available on desktop)
       
    55 !wince*:SOURCES += $$PHONON_DS9_DIR/videorenderer_evr.cpp \
       
    56                    $$PHONON_DS9_DIR/videorenderer_vmr9.cpp
       
    57 !wince*:HEADERS += $$PHONON_DS9_DIR/qevr9.h \
       
    58                    $$PHONON_DS9_DIR/videorenderer_evr.h \
       
    59                    $$PHONON_DS9_DIR/videorenderer_vmr9.h
       
    60 wince*:SOURCES  += $$PHONON_DS9_DIR/videorenderer_default.cpp
       
    61 wince*:HEADERS  += $$PHONON_DS9_DIR/videorenderer_default.h
    56 
    62 
    57 target.path = $$[QT_INSTALL_PLUGINS]/phonon_backend
    63 target.path = $$[QT_INSTALL_PLUGINS]/phonon_backend
    58 INSTALLS += target
    64 INSTALLS += target
    59 
    65 
    60 include(../../qpluginbase.pri)
    66 include(../../qpluginbase.pri)