[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/konq-plugins
From:       Tom Albers <tomalbers () kde ! nl>
Date:       2009-02-04 17:50:25
Message-ID: 1233769825.300328.10932.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 921281 by toma:

Prevent usage for < 4.2.1 installations.


 M  +11 -1     CMakeLists.txt  


--- trunk/playground/base/konq-plugins/CMakeLists.txt #921280:921281
@@ -1,3 +1,13 @@
 add_subdirectory( bookmarksync ) 
-add_subdirectory( clearhttpauth ) 
 
+# clearhttpauth target...
+
+find_package (KDE4 REQUIRED)
+include(KDE4Defaults)
+MACRO_ENSURE_VERSION( "4.2.1" ${KDE_VERSION} KDE_VERSION_OK)
+if(NOT KDE_VERSION_OK)
+  message(STATUS "*** clearhttpauth will not be build, the plugin requires KDE base \
4.2.1 and higher, due to a code change in kpasswdserver.cpp ***") +else(NOT \
KDE_VERSION_OK) +  add_subdirectory( clearhttpauth ) 
+endif(NOT KDE_VERSION_OK)
+


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic