f7d317601e
Instead of setting our own filter rules we install a categories file to allow to configure them. This seems to still have them enabled by default, but should at least give distributions the possibility to disable logging by default.
12 lines
485 B
CMake
12 lines
485 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 stripTitle.js DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
|
install( FILES org_kde_kwin.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
|
|
|