ddf3536f19
Summary: cap_deco was only used in the caption with stripped arg case which was unused and thus removed. Now cap_deco is completely unused. Due to that we can also remove the stripped client script which only manipulated the cap_deco. Test Plan: Compiles Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D7077
11 lines
415 B
CMake
11 lines
415 B
CMake
########### next target ###############
|
|
add_executable( kwin5_update_default_rules update_default_rules.cpp)
|
|
|
|
target_link_libraries( kwin5_update_default_rules Qt5::Core Qt5::DBus KF5::ConfigCore )
|
|
|
|
install(TARGETS kwin5_update_default_rules DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES org_kde_kwin.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
|
|
|