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)