Basic support for transparency

This commit is contained in:
Jakub Melka
2019-09-29 15:44:35 +02:00
parent b09f9eff21
commit c1dfe0280c
10 changed files with 344 additions and 28 deletions

View File

@ -36,6 +36,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
DESTDIR = $$OUT_PWD/..
SOURCES += \
sources/pdfblendfunction.cpp \
sources/pdfitemmodels.cpp \
sources/pdfobject.cpp \
sources/pdfoptionalcontent.cpp \
@ -64,6 +65,7 @@ SOURCES += \
sources/pdfimage.cpp
HEADERS += \
sources/pdfblendfunction.h \
sources/pdfitemmodels.h \
sources/pdfmeshqualitysettings.h \
sources/pdfobject.h \