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

« back to all changes in this revision

Viewing changes to libs/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
add_subdirectory( store )
2
 
add_subdirectory( kobase )
 
1
add_subdirectory( koplugin )
3
2
add_subdirectory( widgets )
4
 
add_subdirectory( koplugin )
5
 
add_subdirectory( koaction )
6
3
add_subdirectory( odf )
7
4
add_subdirectory( kotext )
8
5
add_subdirectory( flake )
9
 
if (NOT NO_PIGMENT)
10
 
    add_subdirectory( pigment )
11
 
    add_subdirectory( resources )
12
 
    add_subdirectory( kocolorwidgets )
13
 
endif (NOT NO_PIGMENT)
 
6
add_subdirectory( pigment )
14
7
add_subdirectory( main )
15
8
if (SHOULD_BUILD_SCRIPTING)
16
9
    add_subdirectory( kokross )
17
10
endif (SHOULD_BUILD_SCRIPTING)
18
11
add_subdirectory( kopageapp )
 
12
add_subdirectory( koproperty ) # TODO move to independent place like kdesupport
 
13
 
 
14
# only build koreport if possible
 
15
if (SHOULD_BUILD_KOREPORT)
 
16
    macro_optional_add_subdirectory( koreport )
 
17
endif (SHOULD_BUILD_KOREPORT)