diff --git a/nepomuk/CMakeLists.txt b/nepomuk/CMakeLists.txt
index 26e743f..d2d5bd4 100644
a
|
b
|
install(FILES |
181 | 181 | DESTINATION ${INCLUDE_INSTALL_DIR}/nepomuk COMPONENT Devel |
182 | 182 | ) |
183 | 183 | |
184 | | if(NOT KDE_NO_DEPRECATED) |
185 | 184 | install(FILES |
186 | 185 | core/tools.h |
187 | 186 | types/desktopontologyloader.h |
… |
… |
if(NOT KDE_NO_DEPRECATED) |
192 | 191 | types/ontologymanager.h |
193 | 192 | DESTINATION ${INCLUDE_INSTALL_DIR}/nepomuk COMPONENT Devel |
194 | 193 | ) |
195 | | endif(NOT KDE_NO_DEPRECATED) |
196 | 194 | |
197 | 195 | add_subdirectory(rcgen) |
198 | 196 | add_subdirectory(query) |