Optional content GUI

This commit is contained in:
Jakub Melka
2019-07-01 19:53:38 +02:00
parent 445da73b1c
commit d4ef618c5d
7 changed files with 626 additions and 2 deletions

View File

@ -36,6 +36,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
DESTDIR = $$OUT_PWD/..
SOURCES += \
sources/pdfitemmodels.cpp \
sources/pdfobject.cpp \
sources/pdfoptionalcontent.cpp \
sources/pdfparser.cpp \
@ -61,6 +62,7 @@ SOURCES += \
sources/pdfimage.cpp
HEADERS += \
sources/pdfitemmodels.h \
sources/pdfobject.h \
sources/pdfoptionalcontent.h \
sources/pdfparser.h \