diff options
| author | Peter Penz <[email protected]> | 2009-12-12 05:59:45 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-12-12 05:59:45 +0000 |
| commit | a960935b00f653d5587f9233a0e84e3ecf7ea933 (patch) | |
| tree | 4c5be1cc0a670d43db39ba3b40c351b304ad4821 /src/CMakeLists.txt | |
| parent | f5deeadebbb67b4b20eae13f55e0ef66f4127eea (diff) | |
* allow to filter the search result by images or text-documents
* minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=1061550
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2b7a60e4f..c41d7f9cc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -180,6 +180,8 @@ if(Nepomuk_FOUND) ) endif(Nepomuk_FOUND) +soprano_add_ontology(dolphin_SRCS "${SHAREDDESKTOPONTOLOGIES_ROOT_DIR}/nie/nfo.trig" "NFO" "Nepomuk::Vocabulary" "trig") + if(NOT WIN32) set(dolphin_SRCS ${dolphin_SRCS} panels/terminal/terminalpanel.cpp) endif(NOT WIN32) |
