1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
add_subdirectory( koplugin )
add_subdirectory( widgets )
add_subdirectory( odf )
add_subdirectory( textlayout )
add_subdirectory( kotext )
add_subdirectory( flake )
add_subdirectory( pigment )
add_subdirectory( main )
add_subdirectory( kundo2 )
if (SHOULD_BUILD_SCRIPTING)
add_subdirectory( kokross )
endif (SHOULD_BUILD_SCRIPTING)
add_subdirectory( kopageapp )
if(NOT TINY)
add_subdirectory( koproperty ) # TODO move to independent place like kdesupport
endif(NOT TINY)
# only build koreport if possible
if (SHOULD_BUILD_KOREPORT)
add_subdirectory( koreport )
endif (SHOULD_BUILD_KOREPORT)
|