Warning, /network/konqueror/plugins/akregator/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 ecm_qt_declare_logging_category(akregatorplugin_DEBUG_SRCS HEADER akregatorplugindebug.h IDENTIFIER AKREGATORPLUGIN_LOG CATEGORY_NAME org.kde.konqueror.akregatorplugin)
0003 
0004 ########### next target ###############
0005 
0006 set(akregatorplugin_PART_SRCS akregatorplugin.cpp pluginutil.cpp )
0007 
0008 kcoreaddons_add_plugin(akregatorplugin SOURCES ${akregatorplugin_PART_SRCS} ${akregatorplugin_DEBUG_SRCS} INSTALL_NAMESPACE "kf${KF_MAJOR_VERSION}/kfileitemaction")
0009 
0010 target_compile_definitions(akregatorplugin PRIVATE TRANSLATION_DOMAIN="akregator_konqplugin")
0011 target_link_libraries(akregatorplugin KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::KIOWidgets Qt${KF_MAJOR_VERSION}::DBus)
0012 
0013 ########### next target ###############
0014 
0015 set(akregatorkonqfeedicon_PART_SRCS konqfeedicon.cpp pluginutil.cpp )
0016 
0017 add_library(akregatorkonqfeedicon MODULE ${akregatorkonqfeedicon_PART_SRCS} ${akregatorplugin_DEBUG_SRCS})
0018 
0019 target_compile_definitions(akregatorkonqfeedicon PRIVATE TRANSLATION_DOMAIN="akregator_konqplugin")
0020 target_link_libraries(akregatorkonqfeedicon KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::IconThemes KF${KF_MAJOR_VERSION}::Codecs KF${KF_MAJOR_VERSION}::Konq)
0021 
0022 konqueror_install_plugin_in_namespaces(akregatorkonqfeedicon)
0023 
0024 ########### install files ###############
0025 
0026 install( FILES feed.png DESTINATION ${KDE_INSTALL_DATADIR}/akregator/pics )
0027 
0028 # contains list of debug categories, for kdebugsettings
0029 install(FILES akregatorplugin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})