summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/decoder/decoder.pri
blob: 7637ac848971008fffc9152e031ba2889b701ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDEPATH += $$PWD

LIBS += -lmfreadwrite -lwmcodecdspuuid
QMAKE_USE += wmf

HEADERS += \
    $$PWD/mfdecoderservice.h \
    $$PWD/mfdecodersourcereader.h \
    $$PWD/mfaudiodecodercontrol.h

SOURCES += \
    $$PWD/mfdecoderservice.cpp \
    $$PWD/mfdecodersourcereader.cpp \
    $$PWD/mfaudiodecodercontrol.cpp