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

0001 ecm_add_qml_module(purposequickplugin URI "org.kde.purpose" VERSION 1.0 GENERATE_PLUGIN_SOURCE)
0002 
0003 target_sources(purposequickplugin PRIVATE types.h)
0004 
0005 ecm_target_qml_sources(purposequickplugin SOURCES
0006     AlternativesView.qml
0007     JobView.qml
0008 )
0009 
0010 target_link_libraries(purposequickplugin PRIVATE
0011     Qt6::Qml
0012     KF6Purpose
0013 )
0014 
0015 ecm_finalize_qml_module(purposequickplugin)