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)
|
2013-11-15 12:37:47 +00:00
|
|
|
add_library(kcm_kwinoptions MODULE ${kcm_kwinoptions_PART_SRCS})
|
2013-10-29 12:00:46 +00:00
|
|
|
target_link_libraries(kcm_kwinoptions Qt5::DBus KF5::KCompletion KF5::KI18n KF5::KCMUtils KF5::KDE4Support)
|
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})
|
|
|
|
|
2013-11-04 11:23:45 +00:00
|
|
|
ecm_install_icons( ${ICON_INSTALL_DIR} )
|