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

« back to all changes in this revision

Viewing changes to kicker/menuext/kdeprint/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(kickermenu_kdeprint_PART_SRCS print_mnu.cpp )
 
7
 
 
8
add_definitions(-D_KDEPRINT_COMPILE )
 
9
 
 
10
 
 
11
kde4_add_plugin(kickermenu_kdeprint ${kickermenu_kdeprint_PART_SRCS})
 
12
 
 
13
 
 
14
target_link_libraries(kickermenu_kdeprint  ${KDE4_KIO_LIBS} ${KDE4_KDEPRINT_LIBS} kickermain )
 
15
 
 
16
install(TARGETS kickermenu_kdeprint  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
17
 
 
18
 
 
19
########### install files ###############
 
20
 
 
21
install( FILES printmenu.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kicker/menuext )
 
22