Annotations

This commit is contained in:
Jakub Melka
2020-03-03 19:58:51 +01:00
parent 7db167eea3
commit de9e6b9807
3 changed files with 373 additions and 0 deletions

View File

@ -37,6 +37,7 @@ DESTDIR = $$OUT_PWD/..
SOURCES += \
sources/pdfaction.cpp \
sources/pdfannotation.cpp \
sources/pdfblendfunction.cpp \
sources/pdfccittfaxdecoder.cpp \
sources/pdfcms.cpp \
@ -81,6 +82,7 @@ SOURCES += \
HEADERS += \
sources/pdfaction.h \
sources/pdfannotation.h \
sources/pdfblendfunction.h \
sources/pdfccittfaxdecoder.h \
sources/pdfcms.h \