Warning, /plasma/plasma-desktop/attica-kde/kdeplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"attica_kde_plugin\")
0002 
0003 ecm_qt_declare_logging_category(SRCS
0004     HEADER "attica_plugin_debug.h"
0005     IDENTIFIER "ATTICA_PLUGIN_LOG"
0006     CATEGORY_NAME "log_attica_plugin"
0007 )
0008 
0009 add_library(attica_kde MODULE kdeplatformdependent.cpp ${SRCS})
0010 target_include_directories(attica_kde PRIVATE "${ACCOUNTSQT_INCLUDE_DIRS}")
0011 target_link_libraries(attica_kde
0012     PUBLIC
0013         Qt::Widgets
0014         KF5::KIOWidgets
0015         KF5::KCMUtils
0016         KF5::Attica
0017         KF5::I18n
0018         KF5::Service
0019         KAccounts
0020         ${ACCOUNTSQT_LIBRARIES}
0021 )
0022 
0023 install(TARGETS attica_kde                 DESTINATION ${KDE_INSTALL_PLUGINDIR})
0024 kaccounts_add_provider(opendesktop.provider.in)
0025 kaccounts_add_service(opendesktop-rating.service.in)