From 4b82f3adb0e637085ba0374a8f9d9b5cd2b38319 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 4 Mar 2006 19:30:57 +0000 Subject: [PATCH] For the moment kcmkwin doesn't compile :( svn path=/trunk/KDE/kdebase/workspace/; revision=515752 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a15241985..159b928e19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ kde4_header() add_subdirectory( lib ) add_subdirectory( killer ) -add_subdirectory( kcmkwin ) +#add_subdirectory( kcmkwin ) add_subdirectory( pics ) add_subdirectory( clients ) add_subdirectory( oldheaders )