~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to systemsettings/icons/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET( icon_mode_srcs
 
2
     IconMode.cpp
 
3
     CategoryDrawer.cpp
 
4
     CategorizedView.cpp
 
5
 
6
 
 
7
KDE4_ADD_PLUGIN(icon_mode ${icon_mode_srcs})
 
8
 
 
9
TARGET_LINK_LIBRARIES(icon_mode ${KDE4_KIO_LIBS} ${KDE4_KCMUTILS_LIBS} systemsettingsview )
 
10
 
 
11
INSTALL( TARGETS icon_mode DESTINATION ${PLUGIN_INSTALL_DIR} )
 
12
INSTALL( FILES settings-icon-view.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
 
13