summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/player/player.pri
blob: a72708b3f4d8e712caaf63d63a16a707c86b30ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
}