~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): Fathi Boudra
  • Date: 2012-05-19 18:54:34 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20120519185434-duffny2n87214n1n
Tags: 1.0.1-1
* New upstream release.
* Update debian/compat: bump to 9.
* Update debian/control:
  - bump debhelper to 9.
  - bump kdelibs5-dev build dependency to 4:4.4.0.
  - bump Standards-Version to 3.9.3 (no changes needed).
  - Replace smbfs dependency by cifs-utils. (Closes: #638162)
* Update debian/copyright:
  - update upstream URL.
  - update upstream e-mail.
* Update debian/smb4k.lintian-overrides file.
* Update debian/watch file.

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 )