Tool for simple text search

This commit is contained in:
Jakub Melka
2020-01-12 18:46:59 +01:00
parent 1ecc5f2441
commit ad8cca6161
13 changed files with 1172 additions and 2 deletions

View File

@ -57,6 +57,7 @@ SOURCES += \
sources/pdfsecurityhandler.cpp \
sources/pdftextlayout.cpp \
sources/pdfutils.cpp \
sources/pdfwidgettool.cpp \
sources/pdfxreftable.cpp \
sources/pdfvisitor.cpp \
sources/pdfencoding.cpp \
@ -100,6 +101,7 @@ HEADERS += \
sources/pdfprogress.h \
sources/pdfsecurityhandler.h \
sources/pdftextlayout.h \
sources/pdfwidgettool.h \
sources/pdfxreftable.h \
sources/pdfflatmap.h \
sources/pdfvisitor.h \