2022-03-05 22:41:29 +05:00

11 lines
459 B
CMake

add_library(holidayeventshelperplugin SHARED holidayeventshelperplugin.cpp)
target_link_libraries(holidayeventshelperplugin Qt::Qml
Qt::Core
KF5::ConfigCore
)
install(TARGETS holidayeventshelperplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/holidayeventshelperplugin)
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/holidayeventshelperplugin)