Moved text_utils.cpp from libcommon to libgal
This commit is contained in:
parent
81357eb584
commit
693c8bce40
|
@ -33,6 +33,7 @@ set( GAL_SRCS
|
||||||
worksheet_viewitem.cpp
|
worksheet_viewitem.cpp
|
||||||
origin_viewitem.cpp
|
origin_viewitem.cpp
|
||||||
gl_context_mgr.cpp
|
gl_context_mgr.cpp
|
||||||
|
text_utils.cpp
|
||||||
gal/gal_display_options.cpp
|
gal/gal_display_options.cpp
|
||||||
gal/graphics_abstraction_layer.cpp
|
gal/graphics_abstraction_layer.cpp
|
||||||
gal/stroke_font.cpp
|
gal/stroke_font.cpp
|
||||||
|
@ -289,7 +290,6 @@ set( COMMON_SRCS
|
||||||
selcolor.cpp
|
selcolor.cpp
|
||||||
settings.cpp
|
settings.cpp
|
||||||
systemdirsappend.cpp
|
systemdirsappend.cpp
|
||||||
text_utils.cpp
|
|
||||||
trigo.cpp
|
trigo.cpp
|
||||||
utf8.cpp
|
utf8.cpp
|
||||||
validators.cpp
|
validators.cpp
|
||||||
|
|
Loading…
Reference in New Issue