Warning, /network/kaccounts-integration/src/kcm/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin(kcm_kaccounts SOURCES accounts.cpp accounts.h INSTALL_NAMESPACE "plasma/kcms/systemsettings")
0002 
0003 target_link_libraries(kcm_kaccounts
0004     Qt::Core
0005     KF${QT_MAJOR_VERSION}::CoreAddons
0006     KF${QT_MAJOR_VERSION}::I18n
0007     )
0008 
0009 if(QT_MAJOR_VERSION STREQUAL "5")
0010     target_link_libraries(kcm_kaccounts KF5::QuickAddons)
0011 else()
0012     target_link_libraries(kcm_kaccounts KF6::KCMUtils)
0013 endif()
0014 
0015 kpackage_install_package(package kcm_kaccounts kcms)
0016 kcmutils_generate_desktop_file(kcm_kaccounts)