2012-04-24 17:57:57 +00:00
|
|
|
########### next target ###############
|
|
|
|
set(kwin_update_default_rules_SRCS update_default_rules.cpp)
|
|
|
|
|
|
|
|
|
2013-11-15 12:37:47 +00:00
|
|
|
add_executable( kwin_update_default_rules ${kwin_update_default_rules_SRCS})
|
2012-04-24 17:57:57 +00:00
|
|
|
|
2014-01-20 21:23:10 +00:00
|
|
|
target_link_libraries( kwin_update_default_rules Qt5::Core Qt5::DBus KF5::ConfigCore )
|
2012-04-24 17:57:57 +00:00
|
|
|
|
|
|
|
install(TARGETS kwin_update_default_rules DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES pop.wav DESTINATION ${SOUND_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
|
|
|
|