4a79cec8a6
Apparently it's not about mplayer but about XV [1], not really a relevant application nowadays which would be important enough for having hacks. REVIEW: 117479 [1] https://en.wikipedia.org/wiki/Xv
15 lines
538 B
CMake
15 lines
538 B
CMake
########### next target ###############
|
|
set(kwin_update_default_rules_SRCS update_default_rules.cpp)
|
|
|
|
|
|
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 files ###############
|
|
|
|
install( FILES pop.wav DESTINATION ${SOUND_INSTALL_DIR} )
|
|
install( FILES stripTitle.js DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
|
|