~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to addons/plasma/session/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(katesessionapplet)
2
 
 
3
 
set(katesessionapplet_SRCS
4
 
    katesessionapplet.cpp)
5
 
 
6
 
kde4_add_ui_files(katesessionapplet_SRCS
7
 
                  katesessionConfig.ui)
8
 
 
9
 
kde4_add_plugin(plasma_applet_katesession ${katesessionapplet_SRCS})
10
 
target_link_libraries(plasma_applet_katesession ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
11
 
 
12
 
install(TARGETS plasma_applet_katesession DESTINATION ${PLUGIN_INSTALL_DIR})
13
 
install(FILES plasma-applet-katesession.desktop DESTINATION ${SERVICES_INSTALL_DIR})