mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-29 20:49:18 +02:00
Use a dedicated graphics item for drawing the text instead a pixmap
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user