Finishing of actions

This commit is contained in:
Jakub Melka
2019-11-24 15:43:27 +01:00
parent 18ac9166c0
commit a857e061b8
7 changed files with 339 additions and 4 deletions

View File

@ -46,6 +46,7 @@ SOURCES += \
sources/pdfobject.cpp \
sources/pdfoptionalcontent.cpp \
sources/pdfoutline.cpp \
sources/pdfpagetransition.cpp \
sources/pdfparser.cpp \
sources/pdfdocument.cpp \
sources/pdfdocumentreader.cpp \
@ -83,6 +84,7 @@ HEADERS += \
sources/pdfobject.h \
sources/pdfoptionalcontent.h \
sources/pdfoutline.h \
sources/pdfpagetransition.h \
sources/pdfparser.h \
sources/pdfglobal.h \
sources/pdfconstants.h \