Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/plugins/phonon/gstreamer/gstreamer.pro

    r2 r846  
    1616HEADERS += $$PHONON_GSTREAMER_DIR/common.h \
    1717 $$PHONON_GSTREAMER_DIR/audiooutput.h \
     18 $$PHONON_GSTREAMER_DIR/audiodataoutput.h \
    1819 $$PHONON_GSTREAMER_DIR/artssink.h \
    1920 $$PHONON_GSTREAMER_DIR/abstractrenderer.h \
     
    3637 $$PHONON_GSTREAMER_DIR/volumefadereffect.h
    3738
    38 SOURCES += $$PHONON_GSTREAMER_DIR/audiooutput.cpp \
    39  $$PHONON_GSTREAMER_DIR/abstractrenderer.cpp \
     39SOURCES += $$PHONON_GSTREAMER_DIR/abstractrenderer.cpp \
    4040 $$PHONON_GSTREAMER_DIR/artssink.cpp \
     41 $$PHONON_GSTREAMER_DIR/audioeffect.cpp \
     42 $$PHONON_GSTREAMER_DIR/audiooutput.cpp \
     43 $$PHONON_GSTREAMER_DIR/audiodataoutput.cpp \
    4144 $$PHONON_GSTREAMER_DIR/backend.cpp \
    4245 $$PHONON_GSTREAMER_DIR/devicemanager.cpp \
    4346 $$PHONON_GSTREAMER_DIR/effect.cpp \
    4447 $$PHONON_GSTREAMER_DIR/effectmanager.cpp \
     48 $$PHONON_GSTREAMER_DIR/glrenderer.cpp \
    4549 $$PHONON_GSTREAMER_DIR/gsthelper.cpp \
    46  $$PHONON_GSTREAMER_DIR/mediaobject.cpp \
    4750 $$PHONON_GSTREAMER_DIR/medianode.cpp \
    4851 $$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 \
    5057 $$PHONON_GSTREAMER_DIR/videowidget.cpp \
    51  $$PHONON_GSTREAMER_DIR/glrenderer.cpp \
    52  $$PHONON_GSTREAMER_DIR/qwidgetvideosink.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 $$PHONON_GSTREAMER_DIR/volumefadereffect.cpp \
     59 $$PHONON_GSTREAMER_DIR/widgetrenderer.cpp
    5860
    5961!embedded {
Note: See TracChangeset for help on using the changeset viewer.