From 4a10dfeeffaeaa164d16a4acf5d42a148bbb56a2 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 2 Oct 2022 16:45:13 +0200 Subject: [PATCH] Install po folder --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb0d5af74a..8805407139 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -480,3 +480,5 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KWinDBusInterfaceConfig.cmake ecm_install_configured_files(INPUT plasma-kwin_x11.service.in plasma-kwin_wayland.service.in @ONLY DESTINATION ${KDE_INSTALL_SYSTEMDUSERUNITDIR}) + +ki18n_install(po)