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

0001 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
0002 add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
0003 
0004 kcoreaddons_add_plugin(holidaysevents SOURCES holidaysevents.cpp INSTALL_NAMESPACE "plasmacalendarplugins")
0005 target_link_libraries(holidaysevents Qt::Core
0006                                      KF6::ConfigCore
0007                                      KF6::Holidays
0008                                      KF6::CalendarEvents
0009 )
0010 
0011 install (FILES HolidaysConfig.qml
0012          DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasmacalendarplugins/holidays
0013 )
0014 
0015 add_subdirectory(qmlhelper)