mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-29 20:49:18 +02:00
Use fuzzy text bounding rect computation to improve performance
Do not use QGraphicsScene as it is not thread-safe
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
TARGET = pbf
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
QT += gui widgets
|
||||
QT += gui
|
||||
|
||||
PROTOS = protobuf/vector_tile.proto
|
||||
include(protobuf/vector_tile.pri)
|
||||
@ -17,8 +17,9 @@ HEADERS += src/pbfhandler.h \
|
||||
src/tile.h \
|
||||
src/function.h \
|
||||
src/textpathitem.h \
|
||||
src/textitem.h \
|
||||
src/font.h
|
||||
src/textpointitem.h \
|
||||
src/font.h \
|
||||
src/textitem.h
|
||||
SOURCES += src/pbfplugin.cpp \
|
||||
src/pbfhandler.cpp \
|
||||
src/gzip.cpp \
|
||||
@ -28,7 +29,7 @@ SOURCES += src/pbfplugin.cpp \
|
||||
src/text.cpp \
|
||||
src/function.cpp \
|
||||
src/textpathitem.cpp \
|
||||
src/textitem.cpp \
|
||||
src/textpointitem.cpp \
|
||||
src/font.cpp
|
||||
RESOURCES += pbfplugin.qrc
|
||||
|
||||
|
Reference in New Issue
Block a user