~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to filters/kword/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
macro_optional_find_package(DCMTK)
 
2
macro_log_feature(DCMTK_FOUND "DCMTK" "DICOM document processing toolkit" "http://dicom.offis.de/dcmtk.php.en" FALSE "" "Required for processing DICOM structured reports")
 
3
 
1
4
# check whether we can compile wv2
2
5
 
3
6
macro_optional_find_package(GObject)
67
70
    add_subdirectory( amipro )
68
71
    add_subdirectory( applixword )
69
72
    add_subdirectory( docbook )
 
73
    add_subdirectory( html-odf )
70
74
 
71
75
    #html FIXME: export dialog is Qt 3 version ui file
72
76
    if(NOT WIN32 AND NOT QT_MAC_USE_COCOA)
84
88
    add_subdirectory( palmdoc )
85
89
    add_subdirectory( wml )
86
90
 
 
91
    if(DCMTK_FOUND)
 
92
        add_subdirectory( dcm )
 
93
    endif(DCMTK_FOUND)
 
94
 
87
95
    if(WPD_FOUND)
88
96
        add_subdirectory( wordperfect )
89
97
    endif(WPD_FOUND)