~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to filters/kword/dcm/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
INCLUDE_DIRECTORIES( ${DCMTK_INCLUDE_DIR} )
5
5
add_definitions(-DHAVE_CONFIG_H)
6
6
 
7
 
kde4_add_plugin(dcmimport WITH_PREFIX ${dcmimport_PART_SRCS})
 
7
kde4_add_plugin(dcmimport ${dcmimport_PART_SRCS})
8
8
 
9
9
target_link_libraries(dcmimport kwordexportfilters ${DCMTK_LIBRARIES})
10
10