From 316ff85e8f1350db945f6fc21e538f698b0a74d5 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 9 Jan 2009 12:27:14 +0000 Subject: [PATCH] They don't compile with enable-final svn path=/trunk/KDE/kdegraphics/okular/; revision=908183 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3bd682f9..b152984e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(okular) - +KDE4_NO_ENABLE_FINAL(okular) add_subdirectory( ui ) add_subdirectory( shell ) add_subdirectory( generators )