set(simoninputnumbercommandplugin_SRCS inputnumbercommandmanager.cpp)

kde4_add_ui_files(simoninputnumbercommandplugin_SRCS inputnumberwidget.ui)
kde4_add_plugin(simoninputnumbercommandplugin ${simoninputnumbercommandplugin_SRCS})

target_link_libraries(simoninputnumbercommandplugin ${KDE4_KDEUI_LIBS}
  simonscenarios simonactions eventsimulation simonscenariobase)

install(TARGETS simoninputnumbercommandplugin DESTINATION ${PLUGIN_INSTALL_DIR} COMPONENT simoncommandinputnumberplugin)
install(FILES simoninputnumbercommandplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR} COMPONENT simoncommandinputnumberplugin)
