Warning, /frameworks/kcoreaddons/src/qml/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ecm_add_qml_module(kcoreaddonsplugin URI org.kde.coreaddons CLASSNAME KCoreAddonsPlugin)
0002 target_sources(kcoreaddonsplugin PRIVATE
0003     formats.cpp
0004     formats.h
0005     kcoreaddonsplugin.cpp
0006     kuserproxy.cpp
0007     kuserproxy.h
0008 )
0009 target_link_libraries(kcoreaddonsplugin PRIVATE
0010     Qt6::Core
0011     Qt6::Qml
0012     KF6::CoreAddons
0013 )
0014 
0015 ecm_finalize_qml_module(kcoreaddonsplugin DESTINATION ${KDE_INSTALL_QMLDIR})