2012-04-24 17:57:57 +00:00
|
|
|
|
|
|
|
set(kwin_xml ${CMAKE_CURRENT_SOURCE_DIR}/../org.kde.KWin.xml)
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin_update_default_rules_SRCS update_default_rules.cpp)
|
|
|
|
|
|
|
|
|
|
|
|
kde4_add_executable( kwin_update_default_rules ${kwin_update_default_rules_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries( kwin_update_default_rules ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install(TARGETS kwin_update_default_rules DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set( kwin_update_tabbox_settings_SRCS update_tabbox_settings.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable( kwin_update_tabbox_settings ${kwin_update_tabbox_settings_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( kwin_update_tabbox_settings ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install( TARGETS kwin_update_tabbox_settings DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
########### next target ###############
|
|
|
|
set( kwin_update_tabbox_qml_settings_SRCS update_tabbox_qml_settings.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable( kwin_update_tabbox_qml_settings ${kwin_update_tabbox_qml_settings_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( kwin_update_tabbox_qml_settings ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install( TARGETS kwin_update_tabbox_qml_settings DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
|
2012-05-18 12:03:55 +00:00
|
|
|
########### next target ###############
|
|
|
|
set( kwin_update_settings_49_SRCS update_kwin_49.cpp update_kwin_49_main.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable( kwin_update_settings_49 ${kwin_update_settings_49_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( kwin_update_settings_49 ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install( TARGETS kwin_update_settings_49 DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
|
2012-09-27 16:29:31 +00:00
|
|
|
########### next target ###############
|
|
|
|
set( kwin_update_settings_410_SRCS update_kwin_410.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable( kwin_update_settings_410 ${kwin_update_settings_410_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( kwin_update_settings_410 ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install( TARGETS kwin_update_settings_410 DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
|
2013-02-13 12:57:21 +00:00
|
|
|
########### next target ###############
|
|
|
|
set( kwin_update_settings_411_SRCS update_kwin_411.cpp )
|
|
|
|
|
|
|
|
kde4_add_executable( kwin_update_settings_411 ${kwin_update_settings_411_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( kwin_update_settings_411 ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install( TARGETS kwin_update_settings_411 DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
|
2012-04-24 17:57:57 +00:00
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES fsp_workarounds_1.kwinrules DESTINATION ${DATA_INSTALL_DIR}/kwin/default_rules )
|
|
|
|
install( FILES pop.wav DESTINATION ${SOUND_INSTALL_DIR} )
|
2013-06-23 11:43:36 +00:00
|
|
|
install( FILES kwin_fsp_workarounds_1.upd kwin_update_tabbox_settings.upd kwin_remove_effects.upd kwin_update_tabbox_qml_settings.upd kwin_remove_delay_focus.upd kwin_update_49.upd kwin_update_410.upd kwin_translate_activity_rule.upd kwin_translate_confrequest_rule.upd
|
2013-02-13 12:57:21 +00:00
|
|
|
kwin_update_411.upd
|
|
|
|
DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
|
2013-06-23 11:43:36 +00:00
|
|
|
install( PROGRAMS kwin_remove_delay_focus.sh kwin_translate_activity_rule.sh kwin_translate_confrequest_rule.sh DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
|
2012-10-16 20:42:19 +00:00
|
|
|
install( FILES stripTitle.js DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
2012-04-24 17:57:57 +00:00
|
|
|
|