Audioprobe implementation for wmf backend.
Change-Id: I63af91af870cb92c838c1ab5d4752815aa60a03f Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
4d13a15bae
commit
afe12ea4de
@@ -10,7 +10,8 @@ HEADERS += \
|
||||
$$PWD/mfplayercontrol.h \
|
||||
$$PWD/mfvideorenderercontrol.h \
|
||||
$$PWD/mfaudioendpointcontrol.h \
|
||||
$$PWD/mfmetadatacontrol.h
|
||||
$$PWD/mfmetadatacontrol.h \
|
||||
$$PWD/mfaudioprobecontrol.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/mfplayerservice.cpp \
|
||||
@@ -18,7 +19,8 @@ SOURCES += \
|
||||
$$PWD/mfplayercontrol.cpp \
|
||||
$$PWD/mfvideorenderercontrol.cpp \
|
||||
$$PWD/mfaudioendpointcontrol.cpp \
|
||||
$$PWD/mfmetadatacontrol.cpp
|
||||
$$PWD/mfmetadatacontrol.cpp \
|
||||
$$PWD/mfaudioprobecontrol.cpp
|
||||
|
||||
!isEmpty(QT.widgets.name):!simulator {
|
||||
HEADERS += $$PWD/evr9videowindowcontrol.h
|
||||
|
||||
Reference in New Issue
Block a user