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

« back to all changes in this revision

Viewing changes to kopete/config/plugins/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( 
 
2
${KOPETE_INCLUDES} 
 
3
)
 
4
 
 
5
########### next target ###############
 
6
 
 
7
set(kcm_kopete_pluginconfig_PART_SRCS kopetepluginconfig.cpp )
 
8
 
 
9
kde4_add_plugin(kcm_kopete_pluginconfig ${kcm_kopete_pluginconfig_PART_SRCS})
 
10
 
 
11
 
 
12
target_link_libraries(kcm_kopete_pluginconfig  ${KDE4_KUTILS_LIBS} kopete)
 
13
 
 
14
install(TARGETS kcm_kopete_pluginconfig DESTINATION ${PLUGIN_INSTALL_DIR})
 
15
 
 
16
 
 
17
########### install files ###############
 
18
 
 
19
install( FILES kopete_pluginconfig.desktop  DESTINATION ${SERVICES_INSTALL_DIR})