diff --git a/plugins/flake/textng/CMakeLists.txt b/plugins/flake/textng/CMakeLists.txt index 627ee02fff..7fa89642af 100644 --- a/plugins/flake/textng/CMakeLists.txt +++ b/plugins/flake/textng/CMakeLists.txt @@ -1,20 +1,20 @@ project(TextNGshape) set (TextNGShape_SRCS TextNGShapePlugin.cpp TextNGShape.cpp TextNGShapeConfigWidget.cpp TextNGShapeFactory.cpp TextNGTool.cpp TextNGToolFactory.cpp - ChangeTextNGDataCommand.cpp + ChangeTextDataCommand.cpp ) -ki18n_wrap_ui(TextNGShape_SRCS wdgTextNGtexteditor.ui) +ki18n_wrap_ui(TextNGShape_SRCS wdgtextngtexteditory.ui) add_library(krita_shape_TextNG MODULE ${TextNGShape_SRCS}) target_link_libraries(krita_shape_TextNG kritaflake kritawidgets KF5::I18n) install(TARGETS krita_shape_TextNG DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})