Change-Id: I38532db3ab0ad4fcb8dbabd0cbb528f7d8e4ba06 Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
31 lines
878 B
Plaintext
31 lines
878 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
LIBS += -lstrmiids -ldmoguids -luuid -lmsdmo -lgdi32 -luser32 -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
|
|
}
|