From d6c7489792c70d56080175ba00fe9506b5b1c063 Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Thu, 4 Feb 2010 17:48:24 +0000 Subject: [PATCH] fix compilation when KDE4_ENABLE_FINAL=ON svn path=/trunk/KDE/kdebase/workspace/; revision=1085235 --- kcmkwin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/kcmkwin/CMakeLists.txt b/kcmkwin/CMakeLists.txt index e21877b6f0..133e99228d 100644 --- a/kcmkwin/CMakeLists.txt +++ b/kcmkwin/CMakeLists.txt @@ -1,3 +1,4 @@ +kde4_no_enable_final( kwinoptions ) add_subdirectory( kwinoptions ) add_subdirectory( kwindecoration )