KDE/kdevplatform

Andreas Pakulat apaku at gmx.de
Fri Aug 8 09:10:47 UTC 2008


SVN commit 843872 by apaku:

Set a minimum version number for kdelibs. This has no effect yet as the needed
code in FindKDE4Internal.cmake is not comitted yet. Alexander is going to
review that change the next days at akademy, as soon as I have his ok this will
get into effect - I'll notify the list again then.
CCMAIL:kdevelop-devel at kdevelop.org


 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdevplatform/CMakeLists.txt #843871:843872
@@ -4,7 +4,7 @@
 
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
 
-find_package(KDE4 REQUIRED)
+find_package(KDE4 4.1.60 REQUIRED)
 find_package(ZLIB REQUIRED)
 #find_package(BerkeleyDB)
 #find_package(TDB)




More information about the KDevelop-devel mailing list