Change-Id: I14da5455b7dd4681254e1652395df5f5c65746bd Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
31 lines
861 B
Plaintext
31 lines
861 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lole32 -loleaut32 -lMf -lMfuuid -lMfplat -lPropsys
|
|
|
|
DEFINES += QMEDIA_MEDIAFOUNDATION_PLAYER
|
|
|
|
HEADERS += \
|
|
$$PWD/mfplayerservice.h \
|
|
$$PWD/mfplayersession.h \
|
|
$$PWD/mfplayercontrol.h \
|
|
$$PWD/mfvideorenderercontrol.h \
|
|
$$PWD/mfaudioendpointcontrol.h \
|
|
$$PWD/mfmetadatacontrol.h \
|
|
$$PWD/mfaudioprobecontrol.h \
|
|
$$PWD/mfvideoprobecontrol.h
|
|
|
|
SOURCES += \
|
|
$$PWD/mfplayerservice.cpp \
|
|
$$PWD/mfplayersession.cpp \
|
|
$$PWD/mfplayercontrol.cpp \
|
|
$$PWD/mfvideorenderercontrol.cpp \
|
|
$$PWD/mfaudioendpointcontrol.cpp \
|
|
$$PWD/mfmetadatacontrol.cpp \
|
|
$$PWD/mfaudioprobecontrol.cpp \
|
|
$$PWD/mfvideoprobecontrol.cpp
|
|
|
|
qtHaveModule(widgets):!simulator {
|
|
HEADERS += $$PWD/evr9videowindowcontrol.h
|
|
SOURCES += $$PWD/evr9videowindowcontrol.cpp
|
|
}
|