~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/clients/kabc/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories( ${kdepim-runtime_SOURCE_DIR} )
2
 
 
3
 
set(kabcviewer_bin_SRCS
4
 
  kabcviewer.cpp
5
 
)
6
 
 
7
 
 
8
 
# todo: more appropriate icon?
9
 
kde4_add_app_icon(kabcviewer_bin_SRCS "${KDE4_ICON_DIR}/oxygen/*/apps/office-address-book.png")
10
 
 
11
 
kde4_add_executable(kabcviewer_bin ${kabcviewer_bin_SRCS})
12
 
set_target_properties(kabcviewer_bin PROPERTIES OUTPUT_NAME kabcviewer)
13
 
 
14
 
target_link_libraries( kabcviewer_bin ${KDEPIMLIBS_AKONADI_LIBS} akonadi-kabccommon ${KDE4_KDEUI_LIBS} )
15
 
 
16
 
#install(TARGETS kabcviewer_bin ${INSTALL_TARGETS_DEFAULT_ARGS} )
17
 
 
18
 
########## next target #######################
19
 
 
20
 
set(kabceditor_bin_SRCS
21
 
  kabceditor.cpp
22
 
)
23
 
 
24
 
# todo: more appropriate icon?
25
 
kde4_add_app_icon(kabceditor_bin_SRCS "${KDE4_ICON_DIR}/oxygen/*/apps/office-address-book.png")
26
 
 
27
 
kde4_add_executable(kabceditor_bin ${kabceditor_bin_SRCS})
28
 
set_target_properties(kabceditor_bin PROPERTIES OUTPUT_NAME kabceditor)
29
 
 
30
 
target_link_libraries( kabceditor_bin ${KDEPIMLIBS_AKONADI_LIBS} akonadi-kabccommon ${KDE4_KDEUI_LIBS} )
31
 
 
32
 
#install(TARGETS kabceditor_bin ${INSTALL_TARGETS_DEFAULT_ARGS} )