SVN commit 1036656 by apaku: Add the documentview plugin that is here now. M +1 -0 CMakeLists.txt --- trunk/KDE/kdevplatform/plugins/CMakeLists.txt #1036655:1036656 @@ -5,6 +5,7 @@ add_subdirectory(projectmanagerview) add_subdirectory(genericprojectmanager) add_subdirectory(standardoutputview) +add_subdirectory(documentview) add_subdirectory(quickopen) add_subdirectory(contextbrowser) macro_optional_add_subdirectory(snippet)