~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to kate/plugins/kte_iconinserter/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
set(ktexteditor_iconinserter_SRCS
3
 
        iconinserterplugin.cpp
4
 
)
5
 
 
6
 
kde4_add_plugin(ktexteditor_iconinserter ${ktexteditor_iconinserter_SRCS})
7
 
 
8
 
target_link_libraries(ktexteditor_iconinserter
9
 
        ${KDE4_KDEUI_LIBS}
10
 
        ${KDE4_KTEXTEDITOR_LIBS}
11
 
)
12
 
 
13
 
install(TARGETS ktexteditor_iconinserter DESTINATION ${PLUGIN_INSTALL_DIR})
14
 
 
15
 
install(FILES ktexteditor_iconinserter.desktop DESTINATION ${SERVICES_INSTALL_DIR})
16
 
install( FILES ktexteditor_iconinserterui.rc  DESTINATION  ${DATA_INSTALL_DIR}/ktexteditor_iconinserter )