Bump version numbers here too.

And this is not the first time - perhaps you need to add these
places to your list?
CCMAIL: mueller@kde.org


svn path=/trunk/KDE/kdebase/apps/; revision=1059074
This commit is contained in:
Luboš Luňák 2009-12-05 18:46:27 +00:00
parent 9755fe1a15
commit dd71b22028

View file

@ -4,8 +4,8 @@ project(KDEBASE_APPS)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules )
#search packages used by KDE
set(KDE_MIN_VERSION "4.3.60") # for the < 4.2 macro
find_package(KDE4 4.3.60 REQUIRED)
set(KDE_MIN_VERSION "4.3.81") # for the < 4.2 macro
find_package(KDE4 4.3.81 REQUIRED)
find_package(Strigi REQUIRED)
find_package(ZLIB REQUIRED)
include (KDE4Defaults)