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