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

« back to all changes in this revision

Viewing changes to kcontrol/dateandtime/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
 
 
3
 
 
4
########### next target ###############
 
5
 
 
6
set(kcm_clock_PART_SRCS dtime.cpp tzone.cpp main.cpp )
 
7
 
 
8
 
 
9
kde4_add_plugin(kcm_clock ${kcm_clock_PART_SRCS})
 
10
 
 
11
 
 
12
target_link_libraries(kcm_clock  ${KDE4_KIO_LIBS} )
 
13
 
 
14
install(TARGETS kcm_clock  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
15
 
 
16
 
 
17
########### install files ###############
 
18
 
 
19
install( FILES clock.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
 
20
 
 
21
kde4_install_icons( ${ICON_INSTALL_DIR}  )