PDF draw widget (first part)

This commit is contained in:
Jakub Melka
2019-01-27 17:55:22 +01:00
parent 7631265ba4
commit d4087eae1a
10 changed files with 896 additions and 49 deletions

View File

@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with PDFForQt. If not, see <https://www.gnu.org/licenses/>.
QT -= gui
QT += gui widgets
TARGET = PdfForQtLib
TEMPLATE = lib
@@ -46,7 +46,8 @@ SOURCES += \
sources/pdfcatalog.cpp \
sources/pdfpage.cpp \
sources/pdfstreamfilters.cpp \
sources/pdfdrawspacecontroller.cpp
sources/pdfdrawspacecontroller.cpp \
sources/pdfdrawwidget.cpp
HEADERS += \
sources/pdfobject.h \
@@ -63,7 +64,8 @@ HEADERS += \
sources/pdfnumbertreeloader.h \
sources/pdfpage.h \
sources/pdfstreamfilters.h \
sources/pdfdrawspacecontroller.h
sources/pdfdrawspacecontroller.h \
sources/pdfdrawwidget.h
unix {
target.path = /usr/lib