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

List:       kde-commits
Subject:    koffice/filters/karbon
From:       Jan Hambrecht <jaham () gmx ! net>
Date:       2009-08-11 20:05:20
Message-ID: 1250021120.875026.805.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1010174 by jaham:

enable pdf import filter and wait for complains ;-)



 M  +5 -1      CMakeLists.txt  


--- trunk/koffice/filters/karbon/CMakeLists.txt #1010173:1010174
@@ -21,6 +21,8 @@
 macro_optional_find_package(WPD)
 macro_optional_find_package(WPG)
 macro_log_feature(LIBWPG_FOUND "WPG" "WordPerfect Graphics Library" \
"http://libwpg.sourceforge.net/" FALSE "" "Required by the Karbon WPG import filter") \
+macro_optional_find_package(Poppler) +macro_log_feature( POPPLER_FOUND "poppler-qt4" \
"The Poppler Qt4 interface library" "http://poppler.freedesktop.org" FALSE "" \
"Required by the Karbon PDF import filter")  
 add_subdirectory( png )
 add_subdirectory( svg )
@@ -30,12 +32,14 @@
 add_subdirectory( wmf )
 add_subdirectory( karbon1.x )
 add_subdirectory( eps )
+if (POPPLER_FOUND)
+    add_subdirectory( pdf )
+endif (POPPLER_FOUND)
 
 # enable again when these filters are ported
 message(STATUS "Karbon: still need to port: applixgraphics, pdf, ai, kontour, xcf, \
xaml, xfig, msod and oodraw filters")  
 if(FALSE)
-add_subdirectory( pdf )
 add_subdirectory( ai )
 add_subdirectory( kontour )
 add_subdirectory( xcf )


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

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