set( simplecastengine_SRCS main.cpp simplecastenginewindow.cpp ) ki18n_wrap_ui(simplecastengine_SRCS simplecastengine.ui) add_executable( simplecastengine ${simplecastengine_SRCS} ) target_link_libraries( simplecastengine KF5::CoreAddons KF5::I18n Qt5::Widgets ) install( TARGETS simplecastengine ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ) install( PROGRAMS org.example.simplecastengine.desktop DESTINATION ${KDE_INSTALL_APPDIR} ) install( FILES org.example.simplecastengine.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR} )