Warning, /network/kaccounts-integration/src/kded/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 kcoreaddons_add_plugin(
0002 kded_accounts
0003 SOURCES kded_accounts.cpp kded_accounts.h
0004 INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded"
0005 )
0006
0007 target_link_libraries(kded_accounts
0008 Qt::Core
0009 KF${QT_MAJOR_VERSION}::DBusAddons
0010 kaccounts
0011 )