Blame SOURCES/okular-4.10-cmake.patch

c77150
diff -up okular-4.10.2/active/CMakeLists.txt.me okular-4.10.2/active/CMakeLists.txt
c77150
--- okular-4.10.2/active/CMakeLists.txt.me	2013-04-09 17:34:36.086464571 +0200
c77150
+++ okular-4.10.2/active/CMakeLists.txt	2013-04-09 17:35:02.737461052 +0200
c77150
@@ -4,7 +4,5 @@ macro_log_feature(ACTIVEAPP_FOUND "Activ
c77150
 
c77150
 if (ACTIVEAPP_FOUND)
c77150
     add_subdirectory( app )
c77150
+    add_subdirectory( components )
c77150
 endif (ACTIVEAPP_FOUND)
c77150
-
c77150
-add_subdirectory( components )
c77150
-