~ubuntu-branches/ubuntu/maverick/bluedevil/maverick-proposed

« back to all changes in this revision

Viewing changes to src/kio/bluetooth/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-08-07 09:04:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100807090419-68k54ucso2htcf5z
Tags: upstream-1.0~rc2
ImportĀ upstreamĀ versionĀ 1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(kio_bluetooth_PART_SRCS
 
2
   kiobluetooth.cpp)
 
3
 
 
4
kde4_add_plugin(kio_bluetooth ${kio_bluetooth_PART_SRCS})
 
5
 
 
6
target_link_libraries(kio_bluetooth
 
7
  ${KDE4_KDECORE_LIBS}
 
8
  ${KDE4_KIO_LIBRARY}
 
9
  ${KDE4_KDEUI_LIBS}
 
10
  ${LibBlueDevil_LIBRARIES}
 
11
)
 
12
 
 
13
########### install files ###############
 
14
install(TARGETS kio_bluetooth DESTINATION ${PLUGIN_INSTALL_DIR})
 
15
install(FILES bluetooth.protocol DESTINATION ${SERVICES_INSTALL_DIR})