~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to src/collection/sqlcollection/device/nfs/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-09-03 23:49:07 UTC
  • mfrom: (1.77.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090903234907-rk4lt6hnxwckvuon
Tags: 2:2.1.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../..
2
 
    ${CMAKE_CURRENT_SOURCE_DIR}/../../device
3
 
    ${KDE4_INCLUDE_DIR} ${QT_INCLUDES}  )
4
 
 
5
 
########### next target ###############
6
 
 
7
 
set(amarok_nfs-device_PART_SRCS NfsDeviceHandler.cpp )
8
 
 
9
 
kde4_add_plugin(amarok_nfs-device WITH_PREFIX
10
 
${amarok_nfs-device_PART_SRCS})
11
 
 
12
 
target_link_libraries(amarok_nfs-device amarok ${KDE4_KDECORE_LIBS} )
13
 
 
14
 
install( TARGETS amarok_nfs-device DESTINATION ${PLUGIN_INSTALL_DIR} )
15
 
 
16
 
 
17
 
########### install files ###############
18
 
 
19
 
install( FILES amarok_nfs-device.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
20