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

« back to all changes in this revision

Viewing changes to filters/kspread/excel/export/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:
45
45
 
46
46
set(excelexport_SRCS ExcelExport.cpp CFBWriter.cpp ${sidewinder_SRCS})
47
47
 
48
 
kde4_add_plugin(excelexport WITH_PREFIX ${excelexport_SRCS})
 
48
kde4_add_plugin(excelexport ${excelexport_SRCS})
49
49
 
50
50
 
51
51
target_link_libraries(excelexport msooxml komain mso koodf ${ZLIB_LIBRARIES} kspreadcommon)