Send correct mouse wheel events when scaling is enabled.
[kdenetwork.git] / knewsticker / CMakeLists.txt
blob068dac1b9e19b8fdb0a3ca24adf6f69048cb3ba1
1 project(plasma-knewsticker)
3 include_directories( ${Boost_INCLUDE_DIR} )
5 set(knewsticker_SRCS
6         knewsticker.cpp
7         newsfeedmanager.cpp
8         feedsettingswidget.cpp
9         itemviews.cpp
10         settingsdialog.cpp)
12 kde4_add_kcfg_files(knewsticker_SRCS settings.kcfgc)
13 kde4_add_ui_files(knewsticker_SRCS visualsettings.ui feedsettings.ui)
14 kde4_add_plugin(plasma_applet_knewsticker ${knewsticker_SRCS})
16 target_link_libraries(plasma_applet_knewsticker ${PLASMA_LIBS} ${KDE4_SYNDICATION_LIBS})
18 install(TARGETS plasma_applet_knewsticker DESTINATION ${PLUGIN_INSTALL_DIR})
20 ########### install files ###############
22 install(FILES plasma-knewsticker-default.desktop DESTINATION ${SERVICES_INSTALL_DIR})
23 kde4_install_icons(${ICON_INSTALL_DIR})