From 585bbfb4b0b6737d1a8b47d9201571bdeb1aff08 Mon Sep 17 00:00:00 2001 From: mlaurent Date: Wed, 24 May 2006 13:23:05 +0000 Subject: [PATCH] Disable for the moment kwin-style git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeartwork@544320 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5df677fe..9a7f97bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,8 @@ add_subdirectory(emoticons) add_subdirectory(icewm-themes) if (Q_WS_X11) add_subdirectory(kscreensaver) - add_subdirectory(kwin-styles) + MESSAGE(STATUS "Remember to readd kwin-style when ported") + #add_subdirectory(kwin-styles) endif (Q_WS_X11) add_subdirectory(kworldclock) -- 2.11.4.GIT