From kde-commits Sun Oct 18 13:41:59 2009 From: Andreas Pakulat Date: Sun, 18 Oct 2009 13:41:59 +0000 To: kde-commits Subject: KDE/kdevplatform/plugins Message-Id: <1255873319.354450.9320.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125587332615139 SVN commit 1037165 by apaku: Build the new grepview plugin M +1 -0 CMakeLists.txt --- trunk/KDE/kdevplatform/plugins/CMakeLists.txt #1037164:1037165 @@ -16,6 +16,7 @@ add_subdirectory(documentswitcher) add_subdirectory(patchreview) add_subdirectory(openwith) +add_subdirectory(grepview) set(Boost_ADDITIONAL_VERSIONS 1.39.0 1.39) macro_optional_find_package( Boost 1.35.0 )