Warning, /plasma/plasma-workspace/components/lookandfeelqml/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(lookandfeelqmlplugin_SRCS
0002     lookandfeelqmlplugin.cpp
0003     kpackageinterface.cpp
0004 )
0005 
0006 add_library(lookandfeelqmlplugin SHARED ${lookandfeelqmlplugin_SRCS})
0007 target_link_libraries(lookandfeelqmlplugin
0008     Qt::Qml
0009     KF5::ConfigCore
0010     KF5::Package
0011 )
0012 
0013 install(TARGETS lookandfeelqmlplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/lookandfeel)
0014 
0015 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/lookandfeel)