[data] Rename kwin_update_default_rules to kwin5_update_default_rules
Rename is for better coinstallability. It makes sense to support both versions as kwin4 and kwin5 use different config file paths.
This commit is contained in:
parent
3f2da48925
commit
c9c81267d2
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,9 @@
|
|||
########### next target ###############
|
||||
set(kwin_update_default_rules_SRCS update_default_rules.cpp)
|
||||
add_executable( kwin5_update_default_rules update_default_rules.cpp)
|
||||
|
||||
target_link_libraries( kwin5_update_default_rules Qt5::Core Qt5::DBus KF5::ConfigCore )
|
||||
|
||||
add_executable( kwin_update_default_rules ${kwin_update_default_rules_SRCS})
|
||||
|
||||
target_link_libraries( kwin_update_default_rules Qt5::Core Qt5::DBus KF5::ConfigCore )
|
||||
|
||||
install(TARGETS kwin_update_default_rules DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
||||
install(TARGETS kwin5_update_default_rules DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
|
Loading…
Reference in a new issue