From kde-commits Wed Dec 01 10:44:16 2010 From: Andreas Holzammer Date: Wed, 01 Dec 2010 10:44:16 +0000 To: kde-commits Subject: KDE/kdepimlibs Message-Id: <20101201104416.A1A16AC8A3 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129120028601703 SVN commit 1202557 by aholzammer: - take out kblog for wince M +2 -0 CMakeLists.txt --- trunk/KDE/kdepimlibs/CMakeLists.txt #1202556:1202557 @@ -165,7 +165,9 @@ if (NOT KDEPIM_ONLY_KLEO) add_subdirectory(kabc) if (NOT KDEPIM_NO_KCAL) + if (NOT WINCE) add_subdirectory(kblog) + endif(NOT WINCE) add_subdirectory(kcal) endif (NOT KDEPIM_NO_KCAL) add_subdirectory(kcalcore)