c9c81267d2
Rename is for better coinstallability. It makes sense to support both versions as kwin4 and kwin5 use different config file paths.
11 lines
409 B
CMake
11 lines
409 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 )
|
|
|