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

« back to all changes in this revision

Viewing changes to kexi/plugins/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:
5
5
add_subdirectory( forms )
6
6
add_subdirectory( migration )
7
7
add_subdirectory( importexport )
8
 
 
9
 
if(BUILD_koreport AND SHOULD_BUILD_KOREPORT)
10
 
    add_subdirectory( reports )
11
 
else(BUILD_koreport AND SHOULD_BUILD_KOREPORT)
12
 
    message(STATUS "WARNING: Kexi reports plugin will not be built because KoReport component is not available.")
13
 
endif(BUILD_koreport AND SHOULD_BUILD_KOREPORT)
 
8
add_subdirectory( reports )
14
9
 
15
10
if(SHOULD_BUILD_SCRIPTING)
16
11
    add_subdirectory(scripting)