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

List:       kde-commits
Subject:    playground/libs/webkitkde
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2009-11-15 3:23:57
Message-ID: 1258255437.098820.7619.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1049333 by adawit:

Only build kdewebkit for KDE < 4.4


 M  +3 -1      CMakeLists.txt  


--- trunk/playground/libs/webkitkde/CMakeLists.txt #1049332:1049333
@@ -12,6 +12,8 @@
     ${CMAKE_SOURCE_DIR}/part/cmake/modules)
 
 add_subdirectory(icons)
-add_subdirectory(kdewebkit)
+if(${KDE_VERSION} VERSION_LESS 4.3.74)
+  add_subdirectory(kdewebkit)
+endif(${KDE_VERSION} VERSION_LESS 4.3.74)
 add_subdirectory(part)
 add_subdirectory(kdelauncher)
[prev in list] [next in list] [prev in thread] [next in thread] 

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