~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to interfaces/kdocument/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories( ${KDE4_KPARTS_INCLUDES} )
2
 
 
3
 
set(kdocument_LIB_SRCS kdocument.cpp )
4
 
 
5
 
kde4_automoc(${kdocument_LIB_SRCS})
6
 
kde4_add_library(kdocument SHARED ${kdocument_LIB_SRCS})
7
 
target_link_libraries(kdocument  ${KDE4_KPARTS_LIBS} )
8
 
set_target_properties(kdocument PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
9
 
 
10
 
install(TARGETS kdocument  DESTINATION ${LIB_INSTALL_DIR} )
11
 
install( FILES factory.h document.h view.h  DESTINATION  ${INCLUDE_INSTALL_DIR}/kdocument )