~ubuntu-branches/ubuntu/quantal/kiten/quantal-proposed

« back to all changes in this revision

Viewing changes to radselect/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2011-07-10 11:23:47 UTC
  • Revision ID: james.westby@ubuntu.com-20110710112347-ykfhtvam3kgssspo
Tags: upstream-4.6.90+repack
ImportĀ upstreamĀ versionĀ 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
############### radselect target ###############
 
2
 
 
3
set(radselect_bin_SRCS
 
4
    buttongrid.cpp
 
5
    kanji.cpp
 
6
    main.cpp
 
7
    radical.cpp
 
8
    radicalbutton.cpp
 
9
    radicalfile.cpp
 
10
    radselect.cpp
 
11
    radselectview.cpp
 
12
   )
 
13
kde4_add_ui_files(radselect_bin_SRCS radical_selector.ui radselectprefdialog.ui)
 
14
kde4_add_kcfg_files(radselect_bin_SRCS radselectconfig.kcfgc)
 
15
 
 
16
#kde4_add_app_icon(radselect_bin_SRCS "${CMAKE_INSTALL_PREFIX}/share/icons/oxygen/*/apps/kiten.png")
 
17
kde4_add_app_icon(radselect_bin_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../data/pics/hi*-apps-kiten.png")
 
18
 
 
19
kde4_add_executable(radselect_bin ${radselect_bin_SRCS})
 
20
set_target_properties(radselect_bin PROPERTIES OUTPUT_NAME kitenradselect)
 
21
target_link_libraries(radselect_bin ${KDE4_KDEUI_LIBS} kiten)
 
22
install( TARGETS radselect_bin ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
23
 
 
24
############## install files ####################
 
25
install( FILES radselectui.rc DESTINATION ${DATA_INSTALL_DIR}/kitenradselect )