Advanced tools - create sticky note (beginning)

This commit is contained in:
Jakub Melka
2020-12-03 19:58:50 +01:00
parent 0c92648e2a
commit 4d0c1e0ab1
8 changed files with 319 additions and 30 deletions

View File

@@ -43,6 +43,7 @@ DESTDIR = $$OUT_PWD/..
SOURCES += \
sources/pdfaction.cpp \
sources/pdfadvancedtools.cpp \
sources/pdfannotation.cpp \
sources/pdfblendfunction.cpp \
sources/pdfccittfaxdecoder.cpp \
@@ -101,6 +102,7 @@ SOURCES += \
HEADERS += \
sources/pdfaction.h \
sources/pdfadvancedtools.h \
sources/pdfannotation.h \
sources/pdfblendfunction.h \
sources/pdfccittfaxdecoder.h \