Warning, /frameworks/purpose/src/fileitemactionplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN="purpose6_fileitemaction")
0002 include_directories(${CMAKE_SOURCE_DIR})
0003 
0004 set(sharefileitemaction_debug_SRCS)
0005 ecm_qt_declare_logging_category(sharefileitemaction_debug_SRCS
0006     HEADER purpose_fileitemaction_plugin_debug.h
0007     IDENTIFIER PURPOSE_FILEITEMACTION_PLUGIN_LOG
0008     CATEGORY_NAME kf.kio.widgets.fileitemactions.purpose
0009     OLD_CATEGORY_NAMES kf5.purpose.fileitemactionplugin
0010     DESCRIPTION "purpose fileitemaction plugin"
0011     EXPORT PURPOSE
0012 )
0013 
0014 kcoreaddons_add_plugin(sharefileitemaction
0015     SOURCES sharefileitemaction.cpp ${sharefileitemaction_debug_SRCS}
0016     INSTALL_NAMESPACE "kf6/kfileitemaction")
0017 
0018 target_link_libraries(sharefileitemaction
0019     KF6::KIOWidgets
0020     KF6::I18n
0021     KF6::Notifications
0022     KF6PurposeWidgets
0023 )