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

« back to all changes in this revision

Viewing changes to plasma/desktop/containments/desktop/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(desktop_SRCS
 
2
    desktop.cpp
 
3
    itemspace.cpp
 
4
    desktoplayout.cpp)
 
5
 
 
6
set(krunner_xml ${KDEBASE_WORKSPACE_SOURCE_DIR}/krunner/dbus/org.kde.krunner.App.xml)
 
7
QT4_ADD_DBUS_INTERFACE(desktop_SRCS ${krunner_xml} krunner_interface)
 
8
 
 
9
kde4_add_plugin(plasma_containment_desktop ${desktop_SRCS})
 
10
target_link_libraries(plasma_containment_desktop ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS})
 
11
 
 
12
install(TARGETS plasma_containment_desktop DESTINATION ${PLUGIN_INSTALL_DIR})
 
13
install(FILES plasma-containment-desktop.desktop plasma-containment-desktopdashboard.desktop  DESTINATION ${SERVICES_INSTALL_DIR})
 
14
install(FILES plasma_desktop_containment.kwinrules DESTINATION ${DATA_INSTALL_DIR}/kwin/default_rules)