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

« back to all changes in this revision

Viewing changes to plasma/netbook/containments/sal/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
 
 
2
set(sal_SRCS
 
3
    sal.cpp
 
4
    itemcontainer.cpp
 
5
    itemview.cpp
 
6
    ../common/linearappletoverlay.cpp
 
7
    ../common/appletmovespacer.cpp
 
8
    stripwidget.cpp
 
9
    resultwidget.cpp
 
10
    runnersconfig.cpp
 
11
    iconactioncollection.cpp
 
12
    models/krunnermodel.cpp
 
13
    models/standarditemfactory.cpp
 
14
    models/favouritesmodel.cpp
 
15
    models/kservicemodel.cpp
 
16
    )
 
17
 
 
18
kde4_add_plugin(plasma_containment_sal ${sal_SRCS})
 
19
target_link_libraries(plasma_containment_sal ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KCMUTILS_LIBS} )
 
20
 
 
21
install(TARGETS plasma_containment_sal DESTINATION ${PLUGIN_INSTALL_DIR})
 
22
install(FILES plasma-containment-sal.desktop DESTINATION ${SERVICES_INSTALL_DIR})
 
23
install(FILES plasma-sal-menu.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
 
24
 
 
25
file(GLOB services services/*.desktop)
 
26
install(FILES ${services} DESTINATION ${SERVICES_INSTALL_DIR})