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

0001 ecm_add_qml_module(kaccountsdeclarativeplugin URI "org.kde.kaccounts" VERSION 1.2)
0002 
0003 target_sources(kaccountsdeclarativeplugin PRIVATE kaccountsdeclarativeplugin.cpp kaccountsdeclarativeplugin.h)
0004 
0005 target_link_libraries(kaccountsdeclarativeplugin PRIVATE Qt::Qml
0006                                                  KF${QT_MAJOR_VERSION}::I18n
0007                                                  kaccounts
0008                                                  )
0009 
0010 ecm_finalize_qml_module(kaccountsdeclarativeplugin DESTINATION ${KDE_INSTALL_QMLDIR})