CCITT fax decoder, first part

This commit is contained in:
Jakub Melka
2019-10-06 17:36:43 +02:00
parent f443aec09c
commit ec5785d52a
3 changed files with 376 additions and 0 deletions

View File

@ -37,6 +37,7 @@ DESTDIR = $$OUT_PWD/..
SOURCES += \
sources/pdfblendfunction.cpp \
sources/pdfccittfaxdecoder.cpp \
sources/pdfitemmodels.cpp \
sources/pdfobject.cpp \
sources/pdfoptionalcontent.cpp \
@ -66,6 +67,7 @@ SOURCES += \
HEADERS += \
sources/pdfblendfunction.h \
sources/pdfccittfaxdecoder.h \
sources/pdfitemmodels.h \
sources/pdfmeshqualitysettings.h \
sources/pdfobject.h \