From 456566fe66cafb432da81bfedcfc1a66f615c5ad Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Sat, 5 Jan 2019 21:07:41 +0530 Subject: [PATCH] build translations kcm --- CMakeLists.txt | 4 +++- kcms/CMakeLists.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 kcms/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 987019848..cee89d599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include(KDEPackageAppTemplates) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet - IdleTime Declarative TextWidgets KDELibs4Support Crash GlobalAccel + IdleTime Declarative I18n KCMUtils TextWidgets KDELibs4Support Crash GlobalAccel DBusAddons Wayland CoreAddons) find_package(KDED CONFIG REQUIRED) @@ -158,6 +158,8 @@ add_subdirectory(statusnotifierwatcher) add_subdirectory(startkde) add_subdirectory(themes) +add_subdirectory(kcms) + add_subdirectory(containmentactions) add_subdirectory(runners) add_subdirectory(applets) diff --git a/kcms/CMakeLists.txt b/kcms/CMakeLists.txt new file mode 100644 index 000000000..ca55b3c3b --- /dev/null +++ b/kcms/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(translations)