~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to kopete/config/status/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories( ${KOPETE_INCLUDES} )
 
2
 
 
3
########### next target ###############
 
4
 
 
5
set(kcm_kopete_statusconfig_PART_SRCS
 
6
    statusconfig.cpp
 
7
    statusconfig_manager.cpp
 
8
    statusconfig_general.cpp
 
9
    statusmodel.cpp
 
10
    )
 
11
 
 
12
kde4_add_ui_files(kcm_kopete_statusconfig_PART_SRCS
 
13
    statusconfig_manager.ui
 
14
    statusconfig_general.ui
 
15
)
 
16
 
 
17
kde4_add_plugin(kcm_kopete_statusconfig ${kcm_kopete_statusconfig_PART_SRCS})
 
18
 
 
19
target_link_libraries(kcm_kopete_statusconfig  ${KDE4_KUTILS_LIBS} ${QT_QTXML_LIBRARY} kopete)
 
20
 
 
21
install(TARGETS kcm_kopete_statusconfig  DESTINATION ${PLUGIN_INSTALL_DIR})
 
22
 
 
23
########### install files ###############
 
24
 
 
25
install( FILES kopete_statusconfig.desktop  DESTINATION ${SERVICES_INSTALL_DIR})