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

0001 
0002 add_library(holidayeventshelperplugin SHARED holidayeventshelperplugin.cpp)
0003 
0004 target_link_libraries(holidayeventshelperplugin Qt::Qml
0005                                                 Qt::Core
0006                                                 KF6::ConfigCore
0007 )
0008 
0009 install(TARGETS holidayeventshelperplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/holidayeventshelperplugin)
0010 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/holidayeventshelperplugin)