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

« back to all changes in this revision

Viewing changes to plugins/colorspaces/gray_u16/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
 
########### next target ###############
2
 
 
3
 
set(koffice_graya_u16_LIB_SRCS kis_gray_u16_colorspace.cc )
4
 
 
5
 
 
6
 
kde4_add_library(koffice_graya_u16 SHARED ${koffice_graya_u16_LIB_SRCS})
7
 
 
8
 
target_link_libraries(koffice_graya_u16 pigmentcms)
9
 
 
10
 
set_target_properties(koffice_graya_u16 PROPERTIES VERSION ${GENERIC_KOFFICE_LIB_VERSION} SOVERSION ${GENERIC_KOFFICE_LIB_SOVERSION} )
11
 
install(TARGETS koffice_graya_u16  ${INSTALL_TARGETS_DEFAULT_ARGS})
12
 
 
13
 
 
14
 
########### next target ###############
15
 
 
16
 
set(koffice_graya_u16_plugin_PART_SRCS gray_u16_plugin.cc )
17
 
 
18
 
 
19
 
kde4_add_plugin(koffice_graya_u16_plugin ${koffice_graya_u16_plugin_PART_SRCS})
20
 
 
21
 
 
22
 
 
23
 
target_link_libraries(koffice_graya_u16_plugin koffice_graya_u16 pigmentcms )
24
 
 
25
 
install(TARGETS koffice_graya_u16_plugin  DESTINATION ${PLUGIN_INSTALL_DIR})
26
 
 
27
 
 
28
 
########### install files ###############
29
 
 
30
 
install( FILES  koffice_graya_u16_plugin.desktop  DESTINATION ${SERVICES_INSTALL_DIR})
31