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)
0002 
0003 target_sources(purposequickplugin PRIVATE purposequickplugin.cpp)
0004 
0005 ecm_target_qml_sources(purposequickplugin SOURCES
0006     AlternativesView.qml
0007     JobView.qml
0008 )
0009 
0010 target_link_libraries(purposequickplugin
0011     Qt${QT_MAJOR_VERSION}::Qml
0012     KF5Purpose
0013 )
0014 
0015 ecm_finalize_qml_module(purposequickplugin DESTINATION ${KDE_INSTALL_QMLDIR})