mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Stream filters (first part)
This commit is contained in:
@ -44,7 +44,8 @@ SOURCES += \
|
||||
sources/pdfvisitor.cpp \
|
||||
sources/pdfencoding.cpp \
|
||||
sources/pdfcatalog.cpp \
|
||||
sources/pdfpage.cpp
|
||||
sources/pdfpage.cpp \
|
||||
sources/pdfstreamfilters.cpp
|
||||
|
||||
HEADERS += \
|
||||
sources/pdfobject.h \
|
||||
@ -59,7 +60,8 @@ HEADERS += \
|
||||
sources/pdfencoding.h \
|
||||
sources/pdfcatalog.h \
|
||||
sources/pdfnumbertreeloader.h \
|
||||
sources/pdfpage.h
|
||||
sources/pdfpage.h \
|
||||
sources/pdfstreamfilters.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
Reference in New Issue
Block a user