Optional content - first part

This commit is contained in:
Jakub Melka
2019-06-23 18:35:32 +02:00
parent a429052002
commit 48f4a24923
9 changed files with 454 additions and 4 deletions

View File

@ -37,6 +37,7 @@ DESTDIR = $$OUT_PWD/..
SOURCES += \
sources/pdfobject.cpp \
sources/pdfoptionalcontent.cpp \
sources/pdfparser.cpp \
sources/pdfdocument.cpp \
sources/pdfdocumentreader.cpp \
@ -61,6 +62,7 @@ SOURCES += \
HEADERS += \
sources/pdfobject.h \
sources/pdfoptionalcontent.h \
sources/pdfparser.h \
sources/pdfglobal.h \
sources/pdfconstants.h \