Warning, /office/calligra/filters/sheets/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # TEMPORARY: for  Qt5/KF5 build porting phase deprecation warnings are only annoying noise
0002 if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUC)
0003     add_definitions(-Wno-deprecated -Wno-deprecated-declarations)
0004 endif ()
0005 
0006 if(SHOULD_BUILD_FILTER_APPLIXSPREAD_TO_KSPREAD)
0007     add_subdirectory( applixspread )
0008 endif()
0009 
0010 add_subdirectory( csv )
0011 
0012 if(SHOULD_BUILD_FILTER_DBASE_TO_KSPREAD)
0013     add_subdirectory( dbase )
0014 endif()
0015 
0016 add_subdirectory( gnumeric )
0017 add_subdirectory( opencalc )
0018 
0019 if(SHOULD_BUILD_FILTER_QUATTROPRO_TO_SHEETS)
0020     add_subdirectory( qpro )
0021 endif()
0022 
0023 add_subdirectory( html )
0024 add_subdirectory( latex )
0025 
0026 add_subdirectory( excel )
0027 
0028 if(SHOULD_BUILD_FILTER_XLSX_TO_ODS)
0029     add_subdirectory( xlsx )
0030 endif()