~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to kcontrol/fonts/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
KDE4_NO_ENABLE_FINAL(fonts)
 
3
include_directories(${FONTCONFIG_INCLUDE_DIR})
 
4
include_directories(${FREETYPE_INCLUDE_DIR})
 
5
 
 
6
########### next target ###############
 
7
 
 
8
set(kcm_fonts_PART_SRCS ../krdb/krdb.cpp fonts.cpp ${libkxftconfig_SRCS} )
 
9
 
 
10
 
 
11
kde4_add_plugin(kcm_fonts ${kcm_fonts_PART_SRCS})
 
12
 
 
13
 
 
14
target_link_libraries(kcm_fonts  ${KDE4_KDEUI_LIBS} ${FONTCONFIG_LIBRARIES} ${FREETYPE_LIBRARIES})
 
15
 
 
16
install(TARGETS kcm_fonts  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
17
 
 
18
 
 
19
########### install files ###############
 
20
 
 
21
install( FILES fonts.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
 
22
 
 
23
kde4_install_icons( ${ICON_INSTALL_DIR}  )
 
24