Stream filters (first part)

This commit is contained in:
Jakub Melka
2018-12-29 18:22:13 +01:00
parent 9239d663e6
commit a9292a4c02
3 changed files with 493 additions and 2 deletions

View File

@ -44,7 +44,8 @@ SOURCES += \
sources/pdfvisitor.cpp \
sources/pdfencoding.cpp \
sources/pdfcatalog.cpp \
sources/pdfpage.cpp
sources/pdfpage.cpp \
sources/pdfstreamfilters.cpp
HEADERS += \
sources/pdfobject.h \
@ -59,7 +60,8 @@ HEADERS += \
sources/pdfencoding.h \
sources/pdfcatalog.h \
sources/pdfnumbertreeloader.h \
sources/pdfpage.h
sources/pdfpage.h \
sources/pdfstreamfilters.h
unix {
target.path = /usr/lib