~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to filters/kspread/xlsx/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=30527)
 
2
 
 
3
include_directories( ${KOMAIN_INCLUDES} ${CMAKE_SOURCE_DIR}/filters/libmsooxml )
 
4
 
 
5
########### next target ###############
 
6
 
 
7
set(xlsximport_PART_SRCS
 
8
    ColorConversions.cpp # TODO: only include for TINY target
 
9
    XlsxImport.cpp
 
10
    XlsxXmlCommonReader.cpp
 
11
    XlsxXmlDocumentReader.cpp
 
12
    XlsxXmlWorksheetReader.cpp
 
13
    XlsxXmlSharedStringsReader.cpp
 
14
    XlsxXmlStylesReader.cpp
 
15
    XlsxXmlDrawingReader.cpp
 
16
    XlsxXmlChartReader.cpp
 
17
    NumberFormatParser.cpp
 
18
    ChartExport.cpp
 
19
)
 
20
 
 
21
kde4_add_plugin(xlsximport WITH_PREFIX ${xlsximport_PART_SRCS})
 
22
 
 
23
target_link_libraries(
 
24
    xlsximport
 
25
    msooxml
 
26
    koodf
 
27
    komain
 
28
    kspreadcommon
 
29
)
 
30
 
 
31
install(TARGETS xlsximport DESTINATION ${PLUGIN_INSTALL_DIR})
 
32
 
 
33
########### install files ###############
 
34
 
 
35
install( FILES 
 
36
  kspread_xlsx_import.desktop
 
37
#  kspread_xlsx_export.desktop
 
38
  DESTINATION ${SERVICES_INSTALL_DIR}
 
39
)