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

0001 include_directories(
0002     ${KOWIDGETS_INCLUDES}
0003 )
0004 
0005 set(calligradocinfopropspage_PART_SRCS KoDocInfoPropsFactory.cpp)
0006 
0007 add_library(calligradocinfopropspage MODULE ${calligradocinfopropspage_PART_SRCS})
0008 
0009 target_link_libraries(calligradocinfopropspage  KF5::KIOWidgets kowidgets)
0010 
0011 install(TARGETS calligradocinfopropspage DESTINATION ${PLUGIN_INSTALL_DIR})
0012 
0013 install(FILES calligradocinfopropspage.desktop DESTINATION ${SERVICES_INSTALL_DIR})