Git commit c70c10bd1bc4a7c5e12abaaef9b97a22c7079dac by Dirk Mueller. Committed on 30/06/2011 at 23:48. Pushed by mueller into branch 'KDE/4.6'. KDE 4.6.5 M +2 -2 CMakeLists.txt http://commits.kde.org/kde-runtime/c70c10bd1bc4a7c5e12abaaef9b97a22c7079dac diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c5ab54..041b9cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ if(WINCE) endif(WINCE) #search packages used by KDE -set(KDE_MIN_VERSION "4.6.4") # for the < 4.2 macro -find_package(KDE4 4.6.4 REQUIRED) +set(KDE_MIN_VERSION "4.6.5") # for the < 4.2 macro +find_package(KDE4 4.6.5 REQUIRED) find_package(Strigi REQUIRED) include(KDE4Defaults)