SVN commit 1066052 by jmthomas: Fix compile, the icons subdirectory no longer exists. M +0 -1 CMakeLists.txt --- trunk/playground/libs/webkitkde/CMakeLists.txt #1066051:1066052 @@ -11,7 +11,6 @@ ${CMAKE_SOURCE_DIR}/kdewebkit/cmake/modules ${CMAKE_SOURCE_DIR}/part/cmake/modules) -add_subdirectory(icons) if(${KDE_VERSION} VERSION_LESS 4.3.74) add_subdirectory(kdewebkit) endif(${KDE_VERSION} VERSION_LESS 4.3.74)