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         Qt::Xml
0015         KF6::KIOWidgets
0016         KF6::KCMUtils
0017         KF6::Attica
0018         KF6::I18n
0019         KF6::Service
0020         KAccounts6
0021         ${ACCOUNTSQT_LIBRARIES}
0022 )
0023 
0024 install(TARGETS attica_kde                 DESTINATION ${KDE_INSTALL_PLUGINDIR})
0025 kaccounts_add_provider(opendesktop.provider.in)
0026 kaccounts_add_service(opendesktop-rating.service.in)