2007-04-29 17:35:43 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
2012-09-24 03:57:52 +00:00
|
|
|
kde4_add_ui_files(kcm_kwinoptions_PART_SRCS actions.ui advanced.ui focus.ui mouse.ui moving.ui)
|
2007-04-29 17:35:43 +00:00
|
|
|
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
2013-09-30 05:31:40 +00:00
|
|
|
target_link_libraries(kcm_kwinoptions Qt5::DBus KF5::KCompletion KF5::KI18n KF5::KCMUtils ${KDE4Support_LIBRARIES})
|
2007-04-29 17:35:43 +00:00
|
|
|
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES kwinoptions.desktop kwinactions.desktop kwinadvanced.desktop
|
2007-07-20 19:11:20 +00:00
|
|
|
kwinfocus.desktop kwinmoving.desktop
|
2007-04-29 17:35:43 +00:00
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
|
|
|
|
kde4_install_icons( ${ICON_INSTALL_DIR} )
|