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

« back to all changes in this revision

Viewing changes to filters/kword/abiword/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:
13
13
   ImportField.cc )
14
14
 
15
15
 
16
 
kde4_add_plugin(abiwordimport WITH_PREFIX ${abiwordimport_PART_SRCS})
 
16
kde4_add_plugin(abiwordimport ${abiwordimport_PART_SRCS})
17
17
 
18
18
 
19
19
 
26
26
 
27
27
set(abiwordexport_PART_SRCS abiwordexport.cc )
28
28
 
29
 
kde4_add_plugin(abiwordexport WITH_PREFIX ${abiwordexport_PART_SRCS})
 
29
kde4_add_plugin(abiwordexport ${abiwordexport_PART_SRCS})
30
30
 
31
31
 
32
32