src/plugins/phonon/gstreamer/gstreamer.pro
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    13 
    13 
    14 PHONON_GSTREAMER_DIR = $$QT_SOURCE_TREE/src/3rdparty/phonon/gstreamer
    14 PHONON_GSTREAMER_DIR = $$QT_SOURCE_TREE/src/3rdparty/phonon/gstreamer
    15 
    15 
    16 HEADERS += $$PHONON_GSTREAMER_DIR/common.h \
    16 HEADERS += $$PHONON_GSTREAMER_DIR/common.h \
    17  $$PHONON_GSTREAMER_DIR/audiooutput.h \
    17  $$PHONON_GSTREAMER_DIR/audiooutput.h \
       
    18  $$PHONON_GSTREAMER_DIR/audiodataoutput.h \
    18  $$PHONON_GSTREAMER_DIR/artssink.h \
    19  $$PHONON_GSTREAMER_DIR/artssink.h \
    19  $$PHONON_GSTREAMER_DIR/abstractrenderer.h \
    20  $$PHONON_GSTREAMER_DIR/abstractrenderer.h \
    20  $$PHONON_GSTREAMER_DIR/backend.h \
    21  $$PHONON_GSTREAMER_DIR/backend.h \
    21  $$PHONON_GSTREAMER_DIR/devicemanager.h \
    22  $$PHONON_GSTREAMER_DIR/devicemanager.h \
    22  $$PHONON_GSTREAMER_DIR/effect.h \
    23  $$PHONON_GSTREAMER_DIR/effect.h \
    33  $$PHONON_GSTREAMER_DIR/streamreader.h \
    34  $$PHONON_GSTREAMER_DIR/streamreader.h \
    34  $$PHONON_GSTREAMER_DIR/message.h \
    35  $$PHONON_GSTREAMER_DIR/message.h \
    35  $$PHONON_GSTREAMER_DIR/audioeffect.h \
    36  $$PHONON_GSTREAMER_DIR/audioeffect.h \
    36  $$PHONON_GSTREAMER_DIR/volumefadereffect.h
    37  $$PHONON_GSTREAMER_DIR/volumefadereffect.h
    37 
    38 
    38 SOURCES += $$PHONON_GSTREAMER_DIR/audiooutput.cpp \
    39 SOURCES += $$PHONON_GSTREAMER_DIR/abstractrenderer.cpp \
    39  $$PHONON_GSTREAMER_DIR/abstractrenderer.cpp \
       
    40  $$PHONON_GSTREAMER_DIR/artssink.cpp \
    40  $$PHONON_GSTREAMER_DIR/artssink.cpp \
       
    41  $$PHONON_GSTREAMER_DIR/audioeffect.cpp \
       
    42  $$PHONON_GSTREAMER_DIR/audiooutput.cpp \
       
    43  $$PHONON_GSTREAMER_DIR/audiodataoutput.cpp \
    41  $$PHONON_GSTREAMER_DIR/backend.cpp \
    44  $$PHONON_GSTREAMER_DIR/backend.cpp \
    42  $$PHONON_GSTREAMER_DIR/devicemanager.cpp \
    45  $$PHONON_GSTREAMER_DIR/devicemanager.cpp \
    43  $$PHONON_GSTREAMER_DIR/effect.cpp \
    46  $$PHONON_GSTREAMER_DIR/effect.cpp \
    44  $$PHONON_GSTREAMER_DIR/effectmanager.cpp \
    47  $$PHONON_GSTREAMER_DIR/effectmanager.cpp \
       
    48  $$PHONON_GSTREAMER_DIR/glrenderer.cpp \
    45  $$PHONON_GSTREAMER_DIR/gsthelper.cpp \
    49  $$PHONON_GSTREAMER_DIR/gsthelper.cpp \
    46  $$PHONON_GSTREAMER_DIR/mediaobject.cpp \
       
    47  $$PHONON_GSTREAMER_DIR/medianode.cpp \
    50  $$PHONON_GSTREAMER_DIR/medianode.cpp \
    48  $$PHONON_GSTREAMER_DIR/medianodeevent.cpp \
    51  $$PHONON_GSTREAMER_DIR/medianodeevent.cpp \
    49  $$PHONON_GSTREAMER_DIR/widgetrenderer.cpp \
    52  $$PHONON_GSTREAMER_DIR/mediaobject.cpp \
       
    53  $$PHONON_GSTREAMER_DIR/message.cpp \
       
    54  $$PHONON_GSTREAMER_DIR/phononsrc.cpp \
       
    55  $$PHONON_GSTREAMER_DIR/qwidgetvideosink.cpp \
       
    56  $$PHONON_GSTREAMER_DIR/streamreader.cpp \
    50  $$PHONON_GSTREAMER_DIR/videowidget.cpp \
    57  $$PHONON_GSTREAMER_DIR/videowidget.cpp \
    51  $$PHONON_GSTREAMER_DIR/glrenderer.cpp \
    58  $$PHONON_GSTREAMER_DIR/volumefadereffect.cpp \
    52  $$PHONON_GSTREAMER_DIR/qwidgetvideosink.cpp \
    59  $$PHONON_GSTREAMER_DIR/widgetrenderer.cpp
    53  $$PHONON_GSTREAMER_DIR/phononsrc.cpp \
       
    54  $$PHONON_GSTREAMER_DIR/streamreader.cpp \
       
    55  $$PHONON_GSTREAMER_DIR/message.cpp \
       
    56  $$PHONON_GSTREAMER_DIR/audioeffect.cpp \
       
    57  $$PHONON_GSTREAMER_DIR/volumefadereffect.cpp
       
    58 
    60 
    59 !embedded {
    61 !embedded {
    60     HEADERS += $$PHONON_GSTREAMER_DIR/x11renderer.h
    62     HEADERS += $$PHONON_GSTREAMER_DIR/x11renderer.h
    61     SOURCES += $$PHONON_GSTREAMER_DIR/x11renderer.cpp
    63     SOURCES += $$PHONON_GSTREAMER_DIR/x11renderer.cpp
    62 }
    64 }