~ubuntu-branches/ubuntu/quantal/kde-runtime/quantal

« back to all changes in this revision

Viewing changes to kioslave/recentdocuments/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-06-03 21:50:00 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120603215000-vn7oarsq0ynrydj5
Tags: upstream-4.8.80
Import upstream version 4.8.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
set(kio_recentdocuments_PART_SRCS
 
3
   recentdocuments.cpp)
 
4
 
 
5
kde4_add_plugin(kio_recentdocuments ${kio_recentdocuments_PART_SRCS})
 
6
 
 
7
target_link_libraries(kio_recentdocuments ${KDE4_KIO_LIBS})
 
8
 
 
9
install(TARGETS kio_recentdocuments  DESTINATION ${PLUGIN_INSTALL_DIR})
 
10
 
 
11
########### next target ###############
 
12
 
 
13
set(kded_recentdocumentsnotifier_PART_SRCS  recentdocumentsnotifier.cpp )
 
14
 
 
15
kde4_add_plugin(kded_recentdocumentsnotifier  ${kded_recentdocumentsnotifier_PART_SRCS})
 
16
 
 
17
target_link_libraries(kded_recentdocumentsnotifier  ${KDE4_KIO_LIBS})
 
18
 
 
19
install(TARGETS kded_recentdocumentsnotifier  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
20
 
 
21
########### install files ###############
 
22
 
 
23
install( FILES recentdocumentsnotifier.desktop  DESTINATION  ${SERVICES_INSTALL_DIR}/kded )
 
24
install( FILES recentdocuments.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )