From e4cddb4139721dd0c8a464caeb9a77c3016c2f4b Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 18 Mar 2008 08:16:36 +0000 Subject: [PATCH] Begin the breaking up of solidshell into specialized components so that it can be portable. Right now solid-hardware is not built; if you want the functionality of solidshell, use solid-[powermanagement,bluetooth,network] as they currently are exactly what solidshell used to be. svn path=/trunk/KDE/kdebase/workspace/; revision=786917 --- effects/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 1223de57a9..3fac4d0773 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -41,6 +41,7 @@ SET(kwin4_effect_builtins_sources dimscreen.cpp fade.cpp fallapart.cpp + flipout.cpp login.cpp logout.cpp maketransparent.cpp @@ -60,6 +61,7 @@ install( FILES dimscreen.desktop fade.desktop fallapart.desktop + flipout.desktop login.desktop logout.desktop maketransparent.desktop