Color spaces, beginning of painting

This commit is contained in:
Jakub Melka
2019-02-09 18:40:56 +01:00
parent 0a28869c94
commit 9264ea70c1
13 changed files with 703 additions and 2 deletions

View File

@@ -47,7 +47,9 @@ SOURCES += \
sources/pdfpage.cpp \
sources/pdfstreamfilters.cpp \
sources/pdfdrawspacecontroller.cpp \
sources/pdfdrawwidget.cpp
sources/pdfdrawwidget.cpp \
sources/pdfcolorspaces.cpp \
sources/pdfrenderer.cpp
HEADERS += \
sources/pdfobject.h \
@@ -65,7 +67,10 @@ HEADERS += \
sources/pdfpage.h \
sources/pdfstreamfilters.h \
sources/pdfdrawspacecontroller.h \
sources/pdfdrawwidget.h
sources/pdfdrawwidget.h \
sources/pdfflatarray.h \
sources/pdfcolorspaces.h \
sources/pdfrenderer.h
unix {
target.path = /usr/lib