Use a dedicated graphics item for drawing the text instead a pixmap

This commit is contained in:
2018-10-29 18:30:55 +01:00
parent 5d5401e745
commit 5d68f31124
4 changed files with 71 additions and 22 deletions

View File

@ -18,7 +18,8 @@ HEADERS += src/pbfhandler.h \
src/text.h \
src/tile.h \
src/function.h \
src/textpathitem.h
src/textpathitem.h \
src/textitem.h
SOURCES += src/pbfplugin.cpp \
src/pbfhandler.cpp \
src/gzip.cpp \
@ -27,7 +28,8 @@ SOURCES += src/pbfplugin.cpp \
src/color.cpp \
src/text.cpp \
src/function.cpp \
src/textpathitem.cpp
src/textpathitem.cpp \
src/textitem.cpp
LIBS += -lprotobuf-lite