From a960935b00f653d5587f9233a0e84e3ecf7ea933 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 Dec 2009 05:59:45 +0000 Subject: * allow to filter the search result by images or text-documents * minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1061550 --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') 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) -- cgit v1.3.1