Git commit 92f2760d4f923e054e3ffc188e85e8c73ed290a6 by Jonathan Riddell. Committed on 31/07/2015 at 21:20. Pushed by jriddell into branch 'master'. disable useraccount, replaced by user-manager user-manager does everything useraccount does so use that instead post 5.4 a rewrite of kcm_useraccount needs to be evaluated if it's better http://comments.gmane.org/gmane.comp.kde.devel.plasma/42358 FEATURE M +2 -1 kcms/CMakeLists.txt http://commits.kde.org/plasma-desktop/92f2760d4f923e054e3ffc188e85e8c73ed29= 0a6 diff --git a/kcms/CMakeLists.txt b/kcms/CMakeLists.txt index af5de04..94ca2c1 100644 --- a/kcms/CMakeLists.txt +++ b/kcms/CMakeLists.txt @@ -46,7 +46,8 @@ add_subdirectory(translations) add_subdirectory(spellchecking) add_subdirectory(phonon) add_subdirectory(runners) -add_subdirectory(useraccount) +# useraccount replaced by user-manager for now +#add_subdirectory(useraccount) add_subdirectory(workspaceoptions) add_subdirectory(baloo) add_subdirectory(solid_actions)