mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Text operators (first part)
This commit is contained in:
@@ -53,7 +53,9 @@ SOURCES += \
|
||||
sources/pdfpagecontentprocessor.cpp \
|
||||
sources/pdfpainter.cpp \
|
||||
sources/pdfrenderingerrorswidget.cpp \
|
||||
sources/pdffunction.cpp
|
||||
sources/pdffunction.cpp \
|
||||
sources/pdfnametounicode.cpp \
|
||||
sources/pdffont.cpp
|
||||
|
||||
HEADERS += \
|
||||
sources/pdfobject.h \
|
||||
@@ -79,7 +81,9 @@ HEADERS += \
|
||||
sources/pdfpainter.h \
|
||||
sources/pdfutils.h \
|
||||
sources/pdfrenderingerrorswidget.h \
|
||||
sources/pdffunction.h
|
||||
sources/pdffunction.h \
|
||||
sources/pdfnametounicode.h \
|
||||
sources/pdffont.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
Reference in New Issue
Block a user