~ubuntu-branches/ubuntu/vivid/smb4k/vivid

« back to all changes in this revision

Viewing changes to kioslave/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-06-15 16:27:38 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20140615162738-t1426an8s5beix1b
Tags: upstream-1.1.2
ImportĀ upstreamĀ versionĀ 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories(
2
 
  ${KDE4_INCLUDES}
3
 
  ${KDE4_INCLUDE_DIR}
4
 
  ${QT_INCLUDES}
5
 
  ${CMAKE_SOURCE_DIR}/core
6
 
  ${CMAKE_BINARY_DIR}/core )
7
 
 
8
 
set( kio_smb4k_PART_SRCS kio_smb4k.cpp )
9
 
 
10
 
kde4_add_plugin( kio_smb4k ${kio_smb4k_PART_SRCS} )
11
 
 
12
 
target_link_libraries( kio_smb4k smb4kcore ${KDE4_KIO_LIBS} )
13
 
 
14
 
install( TARGETS kio_smb4k DESTINATION ${PLUGIN_INSTALL_DIR} )
15
 
 
16
 
########### install files ###############
17
 
 
18
 
install( FILES smb4k-network.desktop  DESTINATION  ${DATA_INSTALL_DIR}/konqueror/dirtree/remote )
19
 
install( FILES smb4k.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )
20
 
install( FILES smb4k-network.desktop  DESTINATION  ${DATA_INSTALL_DIR}/remoteview )