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.
11 lines
322 B
11 lines
322 B
@PACKAGE_INIT@ |
|
|
|
set(BREEZE_WITH_KDECORATION @WITH_DECORATIONS@) |
|
if(${BREEZE_WITH_KDECORATION}) |
|
set(BREEZE_KDECORATION_PLUGIN_ID "org.kde.breeze") |
|
else() |
|
set(BREEZE_KDECORATION_PLUGIN_ID "") |
|
endif() |
|
|
|
set(BREEZE_STYLE_NAME "breeze") |
|
set(BREEZE_COLOR_INSTALL_ROOT "@PACKAGE_KDE_INSTALL_FULL_DATADIR@/color-schemes/")
|
|
|