~ubuntu-branches/ubuntu/trusty/kdenetwork-filesharing/trusty

« back to all changes in this revision

Viewing changes to samba/filepropertiesplugin/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:14:35 UTC
  • Revision ID: package-import@ubuntu.com-20130621021435-tas6cgh1rqnxmof1
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
########### next target ###############
 
2
 
 
3
set(sambausershareplugin_PART_SRCS sambausershareplugin.cpp delegate.cpp model.cpp)
 
4
 
 
5
kde4_add_ui_files(sambausershareplugin_PART_SRCS sambausershareplugin.ui)
 
6
 
 
7
 
 
8
kde4_add_plugin(sambausershareplugin ${sambausershareplugin_PART_SRCS})
 
9
 
 
10
target_link_libraries(sambausershareplugin ${KDE4_KIO_LIBS})
 
11
 
 
12
install(TARGETS sambausershareplugin DESTINATION ${PLUGIN_INSTALL_DIR})
 
13
 
 
14
########### install files ###############
 
15
 
 
16
install(FILES sambausershareplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR})