[Kde-pim] KDE/kdepimlibs
Alexander Neundorf
neundorf at kde.org
Fri Jan 2 16:10:49 GMT 2009
SVN commit 904600 by neundorf:
-introduce a required version number of kdelibs (4.1.80 for now), this has to be adjusted as necessary. I.e. it should be changed to 4.2.0 for the KDE 4.2 release.
Alex
CCMAIL: winter at kde.org
CCMAIL: kde-pim at kde.org
M +3 -1 CMakeLists.txt
--- trunk/KDE/kdepimlibs/CMakeLists.txt #904599:904600
@@ -9,7 +9,9 @@
set(KDEPIMLIBS_VERSION ${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH} )
# search packages used by KDE
-find_package(KDE4 REQUIRED)
+# Adjust the version of kdelibs which is required as needed (should be 4.2.0 once KDE 4.2 is released), Alex
+find_package(KDE4 4.1.80 REQUIRED)
+
include (KDE4Defaults)
include (MacroLibrary)
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list