You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
457 B
14 lines
457 B
add_subdirectory(icons) |
|
|
|
########### next target ############### |
|
add_executable(kwin5_update_default_rules update_default_rules.cpp) |
|
target_link_libraries(kwin5_update_default_rules |
|
KF6::ConfigCore |
|
Qt::Core |
|
Qt::DBus |
|
) |
|
install(TARGETS kwin5_update_default_rules DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin/) |
|
|
|
########### install files ############### |
|
|
|
install(FILES org_kde_kwin.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
|
|
|