Update the required kdelibs version

Since commit b8c9aa55ff, kde-baseapps
calls KFileItem::isFinalIconKnown(), which has been added to KFileItem
in KDE 4.10.2. Update the required version accordingly in the
CMakeLists.txt, such that people with an older version get a CMake
error, rather than a build failure.
This commit is contained in:
Frank Reininghaus 2013-05-11 18:36:42 +02:00
parent 022b564831
commit 4e438670d8

View file

@ -7,7 +7,7 @@ include(CTest)
include(CTestConfig.cmake)
#search packages used by KDE
set(KDE_MIN_VERSION "4.9.80")
set(KDE_MIN_VERSION "4.10.2")
set(SOPRANO_MIN_VERSION "2.7.56")
find_package(KDE4 4.8.0 REQUIRED)
find_package(Strigi REQUIRED)