parent
280bfa3172
commit
3415d6e0b3
7 changed files with 22 additions and 16 deletions
@ -0,0 +1,11 @@ |
||||
kcoreaddons_add_plugin(kcm_auroraedecoration SOURCES auroraeconfig.cpp INSTALL_NAMESPACE "${KDECORATION_KCM_PLUGIN_DIR}") |
||||
target_link_libraries(kcm_auroraedecoration |
||||
KF6::ConfigGui |
||||
KF6::KCMUtils |
||||
KF6::I18n |
||||
KDecoration2::KDecoration |
||||
Qt::DBus |
||||
Qt::UiTools |
||||
Qt::Widgets |
||||
KWinEffectsInterface |
||||
) |
||||
@ -0,0 +1,6 @@ |
||||
{ |
||||
"KPlugin": { |
||||
"Description": "Window Decoration Theme Engine", |
||||
"Name": "Aurorae" |
||||
} |
||||
} |
||||
Loading…
Reference in new issue