https://bugs.kde.org/show_bug.cgi?id=431226
Halla Rempt <ha...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO CC| |ha...@valdyas.org --- Comment #1 from Halla Rempt <ha...@valdyas.org> --- So, a simple patch like this should solve that? diff --git a/plugins/extensions/pykrita/kritarunner/CMakeLists.txt b/plugins/extensions/pykrita/kritarunner/CMakeLists.txt index da3c07b8bd..0d92562c90 100644 --- a/plugins/extensions/pykrita/kritarunner/CMakeLists.txt +++ b/plugins/extensions/pykrita/kritarunner/CMakeLists.txt @@ -13,6 +13,11 @@ set(kritarunner_SRCS main.cpp ../plugin/PythonPluginsModel.cpp ) +ki18n_wrap_ui(kritarunner_SRCS + ../plugin/info.ui + ../plugin/manager.ui +) + add_executable(kritarunner ${kritarunner_SRCS}) target_include_directories(kritarunner SYSTEM PUBLIC "${PYTHON_INCLUDE_DIRS}") lines 1-16/16 (END) -- You are receiving this mail because: You are watching all bug changes.