From: Edward Toroshchin <[email protected]>
The Resource::addSymbol is missing from <4.10.
---
CMakeLists.txt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43e2752..1624b03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,7 @@ set(CMAKE_NEPOMUKSHELL_VERSION_RELEASE 60)
set(CMAKE_NEPOMUKSHELL_VERSION_STRING
"${CMAKE_NEPOMUKSHELL_VERSION_MAJOR}.${CMAKE_NEPOMUKSHELL_VERSION_MINOR}.${CMAKE_NEPOMUKSHELL_VERSION_RELEASE}")
-set(KDE_MIN_VERSION "4.5.80") # for the < 4.2 macro
-find_package(KDE4 4.8 REQUIRED)
+find_package(KDE4 4.10 REQUIRED)
find_package(NepomukCore REQUIRED)
find_package(Soprano REQUIRED)
@@ -77,4 +76,4 @@ install(TARGETS nepomukshell ${INSTALL_TARGETS_DEFAULT_ARGS})
install(PROGRAMS nepomukshell.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
install(FILES nepomukshellui.rc DESTINATION ${DATA_INSTALL_DIR}/nepomukshell)
-add_subdirectory(doc)
\ No newline at end of file
+add_subdirectory(doc)
--
1.7.12.4
_______________________________________________
Nepomuk mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/nepomuk